I have a FTP server but I would like to use the resume option to restart an upload in case the connection is lost.
Can FTP do this?
If not is there a file transfer protocol that allows to do such a thing..?
Thanks!
|
I have a FTP server but I would like to use the resume option to restart an upload in case the connection is lost. Can FTP do this? If not is there a file transfer protocol that allows to do such a thing..? Thanks!
| ||||
|
feedback
|
|
Your FTP client should support resume transfer. I prefer FileZilla. | |||||||||
feedback
|
|
More specifically, the server does not have the ability to resume a broken file transfer connection. However, depending on the FTP client being used (not all do this), a resume capability can be implemented in that code. | |||
|
feedback
|
|
You'll need both a server and a client that supports Ideally the client and server would support | |||
|
feedback
|
|
For something completely different, you could try rsync instead of FTP (assuming you can install it at both client and server and you control any firewalls) | |||
|
feedback
|