Local Uploader Implementation

Local Uploader implementation

class dput.uploaders.local.LocalUploader(profile)

Provides an interface to “upload” files to the local filesystem. This is helpful when you’re dputting to the same system you’re currently on, and do not wish to use scp or sftp as the transport (which is totally understandable).

initialize(**kwargs)

See dput.uploader.AbstractUploader.initialize()

shutdown()

See dput.uploader.AbstractUploader.shutdown()

upload_file(filename, upload_filename=None)

See dput.uploader.AbstractUploader.upload_file()