View Single Post
Old 06-13-2003, 03:14 PM  
ketchup
Junior Member
 
Join Date: Feb 2003
Posts: 4
Exclamation [bug] linked dir -> linked dir

Here is a detailed description of the glitch,

Let imagine two sites, both have "/debian/" directory linked to "/mirror/debian/".
In /mirror/debian/ directory there are some dirs: "tools" and more.

If i do a queue like:
Code:
10SITES DEB01SITES DEB02/debian/tools//debian/tools/0
"tools" is created on the DEB02 site but immediately after FlashFXP del the dir without uploading content.

here is the satuts log:
Code:
MKD /debian/tools
257 "/mirror/debian/tools" directory created.
CWD /debian/tools/
250 Directory changed to /mirror/debian/tools
PWD
257 "/mirror/debian/tools" is current directory.
PASV
227 Entering Passive Mode (*,*,*,*,*,*)
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
List Complete: 117 bytes in 0,08 (0,11 KBps)
CWD /debian/
250 Directory changed to /mirror/debian
PWD
257 "/mirror/debian" is current directory.
RMD /debian/tools/
250 RMD command successful.
ketchup is offline