[Cyberduck-trac] [Cyberduck] #5763: FTP stuck at listing directory

Cyberduck trac at trac.cyberduck.ch
Fri Mar 11 09:02:12 CET 2011


#5763: FTP stuck at listing directory
---------------------------+------------------------------
 Reporter:  g0ran          |         Owner:  dkocher
     Type:  defect         |        Status:  closed
 Priority:  normal         |     Milestone:  4.0.2
Component:  ftp            |       Version:  Nightly Build
 Severity:  normal         |    Resolution:  fixed
 Keywords:  ftp            |  Architecture:  Intel
 Platform:  Mac OS X 10.6  |
---------------------------+------------------------------

Comment (by g0ran):

 3.8.1 (working everything ex. upload and mkdir):

 {{{
 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
 220-You are user number 1 of 5 allowed.
 220-Local time is now 08:49. Server port: 21.
 220 You will be disconnected after 10 minutes of inactivity.
 AUTH TLS
 234 AUTH TLS OK.
 USER gost
 331 User gost OK. Password required
 PASS ********
 230 OK. Current restricted directory is /
 PBSZ 0
 200 PBSZ=0
 PROT P
 200 Data protection level set to "private"
 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.
 OPTS UTF8 ON
 200 OK, UTF-8 enabled
 PWD
 257 "/" is your current location
 NOOP
 200 Zzz...
 SYST
 215 UNIX Type: L8
 STAT /
 213-STAT
 drwxr-xr-x    2 0          0                1024 Mar 10 23:55 .
 drwxr-xr-x    2 0          0                1024 Mar 10 23:55 ..
 drwxrwxrwx    1 0          0                  20 Mar 10 23:55 public
 213 End.
 NOOP
 200 Zzz...
 CWD /public
 250 OK. Current directory is /public
 STAT /public
 213-STAT
 drwxrwxrwx    2 501        allaccount       4096 Mar 10 14:45 .
 drwxr-xr-x    2 0          0                1024 Mar 10 23:55 ..
 -rwxrwxrwx    1 1007       allaccount       1865 Mar 27  2010 goran.jpg
 213 End.
 NOOP
 200 Zzz...
 STAT /public
 213-STAT
 drwxrwxrwx    2 501        allaccount       4096 Mar 11 08:49 .
 drwxr-xr-x    2 0          0                1024 Mar 10 23:55 ..
 -rwxrwxrwx    1 1007       allaccount       1865 Mar 27  2010 goran.jpg
 -rw-r--r--    1 gost       allaccount       6014 Mar 11 08:49 propomed.jpg
 213 End.
 NOOP
 200 Zzz...
 MKD /public/qwe
 257 "/public/qwe" : The directory was successfully created
 NOOP
 200 Zzz...
 STAT /public
 213-STAT
 drwxrwxrwx    3 501        allaccount       4096 Mar 11 08:51 .
 drwxr-xr-x    2 0          0                1024 Mar 10 23:55 ..
 -rwxrwxrwx    1 1007       allaccount       1865 Mar 27  2010 goran.jpg
 -rw-r--r--    1 gost       allaccount       6014 Mar 11 08:49 propomed.jpg
 drwxrwxrwx    2 gost       allaccount       4096 Mar 11 08:51 qwe
 213 End.

 }}}

 4.0.2 (8542) (not working upload/mkdir/rename/...)

 {{{
 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
 220-You are user number 1 of 5 allowed.
 220-Local time is now 08:55. Server port: 21.
 220 You will be disconnected after 10 minutes of inactivity.
 AUTH TLS
 234 AUTH TLS OK.
 USER gost
 331 User gost OK. Password required
 PASS ********
 230 OK. Current restricted directory is /
 PBSZ 0
 200 PBSZ=0
 PROT P
 200 Data protection level set to "private"
 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.
 OPTS UTF8 ON
 200 OK, UTF-8 enabled
 NOOP
 200 Zzz...
 SYST
 215 UNIX Type: L8
 STAT /public
 213-STAT
 drwxrwxrwx    2 501        allaccount       4096 Mar 11 08:54 .
 drwxr-xr-x    2 0          0                1024 Mar 10 23:55 ..
 -rwxrwxrwx    1 1007       allaccount       1865 Mar 27  2010 goran.jpg
 213 End.
 NOOP
 200 Zzz...
 MKD /public/qwe
 550 Sorry, users are not allowed to create directories
 }}}

 Also I receive when try to upload:

 {{{
 553 Users may not upload files.
 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5763#comment:13>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list