Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to download FTP error code 554 invalid REST argument #5940

Closed
cyberduck opened this issue May 3, 2011 · 3 comments
Closed

Unable to download FTP error code 554 invalid REST argument #5940

cyberduck opened this issue May 3, 2011 · 3 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

4aa67e4 created the issue

Unable to download via FTP files of my website.

Error 554 /admin/categoryThumbs/1.JPG: invalid REST argument.

Toogle Transcript

226 Transfer complete
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (74,208,157,47,224,204).
REST 5282501
350 Restarting at 5282501. Send STORE or RETRIEVE to initiate transfer
RETR /logs/ftp.log
150 Opening BINARY mode data connection for /logs/ftp.log (85894 bytes)
226 Transfer complete
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (74,208,157,47,223,198).
REST 2325447
350 Restarting at 2325447. Send STORE or RETRIEVE to initiate transfer
RETR /logs/ftp.xferlog
150 Opening BINARY mode data connection for /logs/ftp.xferlog (1851 bytes)
226 Transfer complete
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (74,208,157,47,250,23).
REST 32484
350 Restarting at 32484. Send STORE or RETRIEVE to initiate transfer
RETR /logs/tinc_shop.online.18.log
150 Opening BINARY mode data connection for /logs/tinc_shop.online.18.log (1473 bytes)
226 Transfer complete
QUIT
221 Goodbye.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

As a workaround, use Reload instead to resume an incomplete transfer. Possibly the file has been truncated on the server and its size is now smaller than what has already been downloaded.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In f4cb770.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 4.0.3 deleted

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants