Old 06-07-2004, 02:37 AM   #1
copland
Member
FlashFXP Registered User
 
Join Date: Jun 2002
Posts: 39
Default wrong dir in queue == /

horrible bug in build 1003
1) Add inexistent (ie add and rename dir in queue) directory to the queue (i've tested with FXP queues only)
2) disconnect off the source site
3) start transfer and you'll see as the whole root dir ( / ) of the source site being added to the queue!
copland is offline  
Old 06-07-2004, 04:22 AM   #2
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Please include a copy of the ftp session log.

When FlashFXP attempts to change to the non-existant folder it should return an error and FlashFXP will mark the item as failed. At least thats what happened when i tried.
bigstar is offline  
Old 06-07-2004, 04:34 AM   #3
copland
Member
FlashFXP Registered User
 
Join Date: Jun 2002
Posts: 39
Default

[13:31:54] Logged off: site
[13:31:54] Connecting to site -> IP=123.123.123.123 PORT=444
[13:31:55] Connected to site
[13:31:57] 220 Serv-U Version 3.0 Ready.....
[13:31:57] USER copland
[13:31:57] 331 Password required for copland.
[13:31:57] PASS (hidden)
[13:31:59] 230 User copland logged in.
[13:31:59] SYST
[13:32:00] 215 UNIX Type: L8
[13:32:02] CWD /MP3/0420/sdfsdfsd/
[13:32:02] stat
[13:32:02] 550 /MP3/0420/sdfsdfsd/: No such file or directory.
[13:32:04] PWD
[13:32:04] 257 "/" is current directory. <----- PROBLEM SOMEWHERE HERE, COZ ALL ROOT STRUCTURE BEING ADDED TO QUEUE AT THIS STEP
[13:32:04] TYPE A
[13:32:05] 200 Type set to A.
[13:32:05] PASV
[13:32:06] 227 Entering Passive Mode (123,123,123,123,175,73)
[13:32:06] Opening data connection IP: 123.123.123.123 PORT: 44873
[13:32:06] LIST -al
[13:32:08] 150 Opening ASCII mode data connection for directory listing.
[13:32:09] List Complete: 1_303 bytes in 5,67 seconds (0,2 KB/s)
[13:32:09] MKD /private/rfdfgfdg
[13:32:10] 257 Directory was successfully created.
[13:32:10] CWD /private/rfdfgfdg
[13:32:10] 250 Changed directory successfully to '/private/rfdfgfdg'.
[13:32:10] PWD
[13:32:10] 257 "/private/rfdfgfdg" is current directory.
[13:32:10] PASV
[13:32:10] 227 Entering Passive Mode (213,213,213,2113,24,133).
[13:32:10] Opening data connection IP: 213.213.213.213 PORT: 6277
[13:32:10] LIST -al
[13:32:10] 150 Opening ASCII mode data connection for /bin/ls.
[13:32:10] List Complete: 124 bytes in 0,27 seconds (0,4 KB/s)
[13:32:10] CWD /0DAY/ <----- FIRST ROOT DIR BEING TRANSFERED
[13:32:12] 250 CWD command successful.
[13:32:12] PWD
[13:32:12] 257 "/0DAY" is current directory.
[13:32:12] PASV
[13:32:13] 227 Entering Passive Mode (123,123,123,123,175,78)
[13:32:13] Opening data connection IP: 123.123.123.123 PORT: 44878
[13:32:14] LIST -al
[13:32:15] 150 Opening ASCII mode data connection for directory listing.
[13:32:16] List Complete: 678 bytes in 4,68 seconds (0,1 KB/s)
[13:32:17] User Aborted
copland is offline  
Old 06-07-2004, 04:57 AM   #4
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Are you issuing the command "stat" in your site perform on connect? It looks like there might be an issue related to executing commands on connect. I'll have to look into this more closely.

Can you please turn on the Identification tags (right click on the status window) and post an updated ftp session log. I'd really appreicate this. Otherwise I can't tell which commands are being sent to which connection.
bigstar is offline  
Old 06-07-2004, 05:35 AM   #5
copland
Member
FlashFXP Registered User
 
Join Date: Jun 2002
Posts: 39
Default

yeah, disabling `site stat` on connect helps, but here's log with `site stat` and id. tags:
[14:34:57] [R] Connecting to site -> IP=123.123.123.123 PORT=444
[14:34:58] [R] Connected to site
[14:35:01] [R] 220 Serv-U Version 3.0 Ready.....
[14:35:01] [R] USER copland
[14:35:02] [R] 331 Password required for copland.
[14:35:02] [R] PASS (hidden)
[14:35:03] [R] 230 User copland logged in.
[14:35:03] [R] SYST
[14:35:04] [R] 215 UNIX Type: L8
[14:35:04] [R] FEAT
[14:35:05] [R] 211 END
[14:35:05] [R] CWD /MP3/dfgdsfgsd/
[14:35:05] [R] site stat
[14:35:06] [R] 550 /MP3/dfgdsfgsd/: No such file or directory.
[14:35:06] [R] PWD
[14:35:07] [R] 257 "/" is current directory.
[14:35:07] [R] TYPE A
[14:35:08] [R] 200 Type set to A.
[14:35:08] [R] PASV
[14:35:09] [R] 227 Entering Passive Mode (123,123,123,123,179,227)
[14:35:09] [R] Opening data connection IP: 123.123.123.123 PORT: 46051
[14:35:10] [R] LIST -al
[14:35:12] [R] 150 Opening ASCII mode data connection for directory listing.
[14:35:13] [R] List Complete: 1_303 bytes in 6,43 seconds (0,2 KB/s)
[14:35:13] [L] MKD /private/0420
[14:35:13] [L] 257 Directory was successfully created.
[14:35:13] [L] CWD /private/0420
[14:35:13] [L] 250 Changed directory successfully to '/private/0420'.
[14:35:13] [L] PWD
[14:35:13] [L] 257 "/private/0420" is current directory.
[14:35:13] [L] PASV
[14:35:13] [L] 227 Entering Passive Mode (213,213,213,2113,24,133).
[14:35:13] [L] Opening data connection IP: 213.213.213.213 PORT: 6277
[14:35:13] [L] LIST -al
[14:35:13] [L] 150 Opening ASCII mode data connection for /bin/ls.
[14:35:14] [L] List Complete: 124 bytes in 0,42 seconds (0,3 KB/s)
[14:35:14] [R] CWD /0DAY/
[14:35:15] [R] 250 CWD command successful.
[14:35:15] [R] PWD
[14:35:15] [R] 257 "/0DAY" is current directory.
[14:35:15] [R] PASV
[14:35:16] [R] 227 Entering Passive Mode (123,123,123,123,179,230)
[14:35:16] [R] Opening data connection IP: 123.123.123.123 PORT: 46054
[14:35:17] [R] LIST -al
[14:35:18] [R] 150 Opening ASCII mode data connection for directory listing.
[14:35:19] [R] List Complete: 678 bytes in 4,46 seconds (0,1 KB/s)
[14:35:19] User Aborted
copland is offline  
Old 06-07-2004, 05:42 AM   #6
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Thanks, I have confirmed the bug. Just as I suspected it's a conflict with performing the custom command on connect. Two commands are being sent at once and the reply is getting mixed up.

If you're a registered user a new dev build will be released to official beta testers by the end of the day, otherwise this will be resolved in the next v3.0 public release.
bigstar is offline  
 

Tags
add, dir, fxp, queue, source

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does FlashFXP Support SFTP Sites? Yes it does Pennix General Discussion 18 09-28-2008 11:58 AM
xbox to pc meggo General Discussion 3 05-07-2005 03:15 AM


All times are GMT -5. The time now is 06:33 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)