FTP Implementation¶
FTP Uploader implementation.
-
exception
dput.uploaders.ftp.FtpUploadException¶ Thrown in the event of a problem connecting, uploading to or terminating the connection with the remote server. This is a subclass of
dput.exceptions.UploadException.
-
class
dput.uploaders.ftp.FtpUploader(profile)¶ Provides an interface to upload files through FTP. Supports anonymous uploads only for the time being.
This is a subclass of
dput.uploader.AbstractUploader-
initialize(**kwargs)¶
-
shutdown()¶
-
upload_file(filename, upload_filename=None)¶
-