SCP Implementation¶
SCP Uploader implementation.
Warning
This is deprecated. Please use SFTP
- exception dput.uploaders.scp.ScpUploadException¶
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
.