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

"550 Could not get file size" for particular folders #26

Open
eku opened this issue Jul 11, 2023 · 1 comment
Open

"550 Could not get file size" for particular folders #26

eku opened this issue Jul 11, 2023 · 1 comment

Comments

@eku
Copy link

eku commented Jul 11, 2023

I'm trying to backup the SD card in my switch via ftp. For this, as for other consoles, I use wget with the following command line

wget --mirror -c --no-host-directories --cut-dirs 0 --no-netrc --no-proxy --unlink --no-proxy --timeout=1 -P ftp://<IP of switch>:5000/ <local directory>

Some directories produce an FTP error, although I can very well access them via MTP. The consistency of the SD card was also checked.

220 Hello!
USER anonymous
230 OK
SYST
215 UNIX Type: L8
PWD
257 "/"
TYPE I
200 OK
CWD /atmosphere
200 OK
SIZE automatic_backups
550 Could not get file size.
PASV
227 Entering Passive Mode (192,168,55,89,50,60)
RETR automatic_backups
450 failed to open file

mtheall/ftpd has the very same issue.

Let me know, if you need a wireshark log or want me to test anything.

@eku
Copy link
Author

eku commented Nov 17, 2023

Is there anything I can do to speed up error analysis and rectification? Diagnostic data? Should I test something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant