Resume File Upload

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
anjanesh
500 Syntax error
Posts: 16
Joined: 2005-12-14 12:40
Location: Mumbai, India

Resume File Upload

#1 Post by anjanesh » 2006-06-02 04:04

Hi

Im having a large file to upload but my net gets disconnected in the middle.
I cant seem to resume the upload.

Code: Select all

Command:	APPE bligfile.zip
Command:	PWD
Response:	451 bigfile.zip: Append/Restart not permitted, try again
Error:	Upload failed
The FTP Server seems to be ProFTPD 1.2.10 Server (ProFTPD)

Any idea what I have to do on the server side to allow resumes ?

Thanks
<Removed advertisement>

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

#2 Post by boco » 2006-06-02 13:27

free translation from ProFTPd FAQ wrote: By default ProFTPD can NOT resume! Please insert the following into ProFTPD.conf:



AllowOverwrite on

AllowRetrieveRestart on

AllowStoreRestart on



Please note that "hiddenstor" must not be activated (is deactivated by default).
boco

anjanesh
500 Syntax error
Posts: 16
Joined: 2005-12-14 12:40
Location: Mumbai, India

#3 Post by anjanesh » 2006-08-25 14:06

Thanks.

ProFTPD also supports .ftpaccess - if we cant change the conf file.

AllowStoreRestart on in .ftpaccess worked.
<Removed advertisement>

Post Reply