Skip to main content

Thread: SFTP Multiple Simultaneous Connections


hi guys,

hope me problem. i've been stuck on month!!

using sftp command upload files using bash script. use command such this:

code:
sftp -c -b $buffer -r $requests -oport=$port $user@$host:$path <<eof   mput $1  eof
simple enough right? problem is extremely slow way... many of know if have shared server somewhere. use scp if remote server supported it, doesn't.

anyway, if of have ever used filezilla, in settings, if go "transfers" there place can set number of "maximum simultaneous transfers". feature works wonders sftp (and ftp too). speeds things up. how accomplish same thing sftp command... because don't want use gui. don't mind using filezilla through command line if possible... not seem possible.

please help, i've been stuck on month!!! i've searched everywhere , tried lot of things no avail...

lftp scriptable ftp client supports ftp, http , sftp protocols. think can after. it's in ubuntu repositories. see this link more info.

yes, i'm fan of lftp , plug whenever possible

andrew


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [all variants] SFTP Multiple Simultaneous Connections


Ubuntu

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???