[Cyberduck-trac] [Cyberduck] #3089: Upload did not work

Cyberduck trac at trac.cyberduck.ch
Sun Mar 29 14:12:48 CEST 2009


#3089: Upload did not work
---------------------------------------+------------------------------------
 Reporter:  rodo@…                     |        Owner:  dkocher   
     Type:  defect                     |       Status:  closed    
 Priority:  high                       |    Milestone:  3.1.3     
Component:  ftp                        |      Version:  3.1.2     
 Severity:  blocker                    |   Resolution:  worksforme
 Keywords:  ftp, upload                |  
---------------------------------------+------------------------------------
Changes (by dkocher):

  * status:  new => closed
  * resolution:  => worksforme


Old description:

> 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

New description:

 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
 }}}

--

Comment:

 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
 [wiki:help/en/howto/ftp].

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/3089#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list