Slow Transfers

Core FTP client questions and answers
Locked
pengo
Posts: 1
Joined: Wed May 30, 2012 12:32 am

Slow Transfers

Post by pengo »

Hi

With "Fast mode" turned off my transfers to my sftp server (running core mini sftp) is like 300KB/sec. If I check fast mode it goes up to about 10MB/sec but then settles on 2.5MB/sec.

Computer is on a LAN connected to Gigabite ports. With filezilla I can sustain approx 15MB/sec.

Is there anyway to configure CoreFTP LE ftp client to match filezillas transfer rates? Why is this ftp client so slow?

I'm only using it because of a bug filezilla has with mini sftp (which I've posted about).

Cheers
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Two options:

1) Advanced -> SSH -> Use pipelining

2) View -> options -> general -> enable nagle mode (unchecked)



The pipelining option should give you faster results than Filezilla. Disabling the Nagle option could actually slow down transfers on an internal network.
Locked