bugcmdftp - Bugs: bug #22836, an empty directory crashes a...

 
 

bug #22836: an empty directory crashes a recursive download of a tree

Submitter:  None
Submitted:  Sat 05 Apr 2008 01:32:43 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  sick_soul
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 05 Apr 2008 10:25:00 AM UTC, comment #1: 

Which version of cmdftp are you using?
If you don't know, try:

cmdftp -v


Claudio Fontana <sick_soul>
Group administrator
Sat 05 Apr 2008 01:32:43 AM UTC, original submission:  

I tried to download a tree as follows:
$ cmdftp -g some.server.com
some.server.com:/var/www/html/place>d assets .

I get several files, and then it dies.

So I started like this:
$ cmdftp -Dg some.server.com
some.server.com:/var/www/html/place> d assets .
DEBUG command: TYPE A

DEBUG answer:  200 Type set to A.
DEBUG command: PASV

DEBUG answer:  227 Entering Passive Mode (208,131,145,142,9,248)
DEBUG command: CWD .

DEBUG answer:  250 CWD command successful.
DEBUG command: NLST

DEBUG answer:  150 Opening ASCII mode data connection for file list.
DEBUG answer:  226 Transfer complete.
DEBUG command: CWD /var/www/html/place

DEBUG answer:  250 CWD command successful.
DEBUG command: CWD assets

[snip]

DEBUG answer:  250 CWD command successful.
DEBUG command: CWD /var/www/html/place

DEBUG answer:  250 CWD command successful.
DEBUG command: TYPE A

DEBUG answer:  200 Type set to A.
DEBUG command: PASV

DEBUG answer:  227 Entering Passive Mode (208,131,145,142,66,144)
DEBUG command: CWD assets/chunks

DEBUG answer:  250 CWD command successful.
DEBUG command: NLST

DEBUG answer:  550 *: No such file or directory.
DEBUG command: CWD /var/www/html/place

DEBUG answer:  250 CWD command successful.
cmdftp: operation failed or incomplete
some.server.com:/var/www/html/place>

I've double checked, and assets/chunks is simply an empty directory.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by sick_soul (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-04-05 sick_soul Assigned toNone sick_soul

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code