1833059 Members
2919 Online
110049 Solutions
New Discussion

sftp

 
Robert_73
Occasional Advisor

sftp

Sftp is too slow to download data, is there any other way to transfer data from UNIX box to another securely?.
UNIXDUDE
3 REPLIES 3
David Burgess
Esteemed Contributor

Re: sftp

I'm just starting to look at secure shell. It might do the trick. Take a look at www.ssh.com

Regards,

Dave.
Niraj Kumar Verma
Trusted Contributor

Re: sftp

hey !!

have a look at tis firewall toolkit

www.fwtk.org/main.html


SSH is always a better option.

-Niraj
Niraj.Verma@philips.com
Steven Sim Kok Leong
Honored Contributor

Re: sftp

Hi,

Since you are using sftp, you already have ssh installed since sftp (alike scp) uses ssh at the backend.

Try increasing the buffer size:

-b buffer_size

Since the default is only 32 kbytes, you can increase this to a larger value.

Hope this helps. Regards.

Steven Sim Kok Leong