ProFTPD doesn’t allow resuming of uploads out of the box. Here’s a quick hack around it: edit the config file (usually /etc/proftpd/proftpd.conf, but can depend on your distro) and add
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
Restart the server and you’re done.



