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

receive #3049

Closed
cyberduck opened this issue Mar 6, 2009 · 1 comment
Closed

receive #3049

cyberduck opened this issue Mar 6, 2009 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

955f9a6 created the issue

I can log in and send, but not receive... log:

220 FTP server ready.
USER rodeoman
331 User name OK, need password.
PASS ********
230 User logged in.
NOOP
200 NOOP OK.
SYST
215 MACOS Peter's Server.
STAT /
502 Command "STAT /" not implemented.
CWD /
250 CWD OK, "/".
FEAT
500 Command "FEAT" unrecognized.
PORT 75,205,149,245,197,3
200 PORT OK, IP address 75.205.149.245 port 50435
LIST -a
150 Opening data connection.
NOOP
425 Cannot open data connection.
220 FTP server ready.
USER rodeoman
331 User name OK, need password.
PASS ********
230 User logged in.
PWD
257 "/" is the current directory.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Try using a passive data connection. See the Connect Mode setting in the bookmark.

@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 ftp FTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants