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

Upload did not work #3089

Closed
cyberduck opened this issue Mar 29, 2009 · 2 comments
Closed

Upload did not work #3089

cyberduck opened this issue Mar 29, 2009 · 2 comments
Assignees
Labels
bug ftp FTP Protocol Implementation high priority worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

21c2360 created the issue

I tried to upload a simple JPEG-picture. Other FTP-Clients (Fetch,...) works fine.

Here is the log:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 4 of 400 allowed.
220-Local time is now 13:43. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 15 minutes of inactivity.
USER **********
331 User ********* OK. Password required
PASS ********
230-User ************ has group access to:  529     
230 OK. Current directory is /
NOOP
200 Zzz...
STAT /www/upload
213-STAT
drwxrwxrwx    2 529      529          4096 Mar 29 13:05 .
drwxr-xr-x   12 529      529          4096 Sep 16  2008 ..
213 End.
CWD /www/upload
250 OK. Current directory is /www/upload
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 ESTP
 PASV
 EPSV
 SPSV
 ESTA
 AUTH TLS
 PBSZ
 PROT
 UTF8
211 End.
PORT 192,168,1,17,195,134
200 PORT command successful
LIST -a <----- this command ends with "READ TIMED OUT"!
QUIT
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Using active connect mode (PORT command) does not work because your local network address is not reachable from the server. Try to use passive connect mode (configurable in the bookmark setting). See https://trac.cyberduck.io/wiki/help/en/howto/ftp.

@cyberduck
Copy link
Collaborator Author

21c2360 commented

i changed the bookmark-setting to passv and reopened the connection, but don't add the fils to upload new. CyberDuck has not changed the upload-queue to passv, so it won't work.

Requeuing the files works. Thanks for this very fast help.

@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 high priority worksforme
Projects
None yet
Development

No branches or pull requests

2 participants