emorrp1 / mintupload

Uploads files on the Internet
http://emorrp1.github.com/mintupload
6 stars 21 forks source link

bring scp protocol inline with others #35

Closed emorrp1 closed 15 years ago

emorrp1 commented 15 years ago

e.g. it ignores port config as not sure of the syntax, directory path creation etc.

should investigate pexpect, or try to get manuel involved. http://forums.linuxmint.com/viewtopic.php?f=143&t=25408&p=151227#p151227

kinkerl commented 15 years ago

port config maybe fixed (untestet)

emorrp1 commented 15 years ago

port config works, added to fixes branch: commit d00600 Author: Dennis Schwertel s@digitalkultur.net Date: Sat May 30 03:28:35 2009 +0200

- added scp support for a nondefault port (untestet)
emorrp1 commented 15 years ago

port config Fix Released in v3.5.1

emorrp1 commented 15 years ago

in fact scp and sftp are both missing the crucial feature of the progress bar

emorrp1 commented 15 years ago

I've looked at it, and implemented progressbar in sftp, it's unimplentable in scp until paramiko offers an SCPClient class. Pexpect is just a fancy wrapper for calling the command-line scp