This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Edit these only | |
# Where do you want your files? | |
MYCUSTOMDOMAIN_URI = 'http://example.com/Skitch' | |
MYLOCALFOLDER = '/Users/myhomedir/CloudPT/sites/example.com/Skitch' | |
# Don't touch below | |
from pyftpdlib import ftpserver | |
import httplib, time, os | |
from urlparse import urlparse |