I recently installed a CentOS machine for a couple of game servers.
I followed some tutorials on the web for that, because I'm a linux noob.
But. I want to sftp
to store data on the server but it is very slow, I read that ftp
is much faster. So my question is:
Can I change my SFTP to a FTP server and if so, how.
|
|||||
|
First you have to analyze why SFTP is "slow". Does the CPU-usage on the server or client raise to a very high level during transfer? Are there any lost packets on the network layer? Do your duplex settings on the network adapters match those of the network devices (switches, routers, whatever) match each other? Apart from that FTP uses a very different protocol, with no encryption and that can be difficult to get through firewalls, while SFTP operates over SSH and generally Just Works. |
||||
|