• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

FTP Resume

IIS5 and IIS6 support FTP resume by default, however your client should support it too.
 
I am using WS_FTP Pro and it does support FTP resume, however it still doesn't resume the download, is it possible that plesk changes some settings, or registry entries?
 
Hmm, I could not even find how to disable resume in docs from MS. Are you uploading files or downloading? FTP resume will only work for download with IIS.

I have verified that resume is supported on Plesk-controlled server using Unix command-line FTP client:
...
ftp> rest 100
restarting at 100. execute get, put or append to initiate transfer
ftp> get index.html
200 PORT command successful.
350 Restarting at 100.
150 Opening ASCII mode data connection for index.html(557 bytes).
226 Transfer complete.
457 bytes received in 0 seconds (457 bytes/s)
 
Thanks for your input, I figured out that it was my firewall's antivirus feature that would not allow resume.
 
Back
Top