Bug Reports Report bugs here. |
09-16-2005, 11:32 AM
|
#1
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Jan 2003
Posts: 277
|
mkd bug in beta 1094?
for some strange reason, when i mkd somewhere, i get kicked back to the root dir ie. /
is this some new option i aint found yet?
Log:
CWD APPS
250 CWD command successful.
PWD
257 "/APPS/" is current directory.
PASV
227 Entering Passive Mode (**,**,*,**,6,169)
Opening data connection IP: **.**.*.** PORT: 1705
LIST
150 Opening ASCII mode data connection for directory listing.
226- [Ul: 2949590.9MB] [Dl: 34821.2MB] [Speed: 0.0K/s] [Free: 20629MB]
226- [Section: Default] [Credits: 0.0MB] [Ratio: Unlimited]
226
List Complete: 3,298 bytes in 0.16 seconds (20.5 KB/s)
MKD Test
257 "Test" created.
CDUP
250 CWD command successful.
PWD
257 "/" is current directory.
PASV
* FlashFXP v[3].[3.2], build [1094], [X]registered, [ ]unregistered, [ ]pirated
* OS [X] WinXP, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [ ] Yes & Model [ ], [X] No, [ ] Not sure
* Running firewall [X] Yes, Name [Sygate Personal Firewall Pro], Ver. [5.5.2637], or [ ] No
* Running Antivirus [X] Yes, Name [ ] or [ ] No
* Network [X] xDSL, [ ] CABLE, [ ] Dail-Up, [ ] Other
* FTPD [ioFTPD v5.8.5r]
__________________
#iotools #ioftpd (both on efnet)
|
|
|
09-16-2005, 01:40 PM
|
#2
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
I couldnt reproduce this specific problem but the manual "make directory" feature is in fact bugged in 1094. Did you do it manually?
This will be resolved in the next release.
|
|
|
09-16-2005, 01:53 PM
|
#3
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Jan 2003
Posts: 277
|
yup bigstar, it was created manually
__________________
#iotools #ioftpd (both on efnet)
|
|
|
11-10-2005, 05:49 PM
|
#4
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Jan 2003
Posts: 277
|
this bug still exists in 3.3.4b1108
__________________
#iotools #ioftpd (both on efnet)
|
|
|
11-10-2005, 06:06 PM
|
#5
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
Can you please provide the exact steps used to reproduce the problem.
I must be doing something wrong because I can't reproduce it.
|
|
|
11-10-2005, 10:45 PM
|
#6
|
Junior Member
FlashFXP Beta Tester
Join Date: Dec 2002
Posts: 15
|
I have the same problem. It affects only few sites.
Here is a cut from the log:
[05:46:55] TYPE A
[05:46:55] 200 Type set to A.
[05:46:55] STAT -la
[05:46:55] List Complete: 464 bytes in 0.30 seconds (1.5 KB/s)
[05:47:11] MKD test
[05:47:11] 257 "test" created.
[05:47:11] CDUP
[05:47:11] 250 CWD command successful.
[05:47:11] PWD
Option "go to the new dir when it's created" or smth like that is enabled. But I got kicked one dir back, but not at that new created dir.
|
|
|
11-12-2005, 09:58 AM
|
#7
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
I tried that on several sites, but was unable to reproduce the problem.
|
|
|
11-12-2005, 11:32 AM
|
#8
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Jan 2003
Posts: 277
|
A) Logon to site (ioFTPD site btw but i doubt that the ftpd is to blame)
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (*,*,*,*,*,*)
Opening data connection IP: *.*.*.* PORT: *
LIST
150 Opening ASCII mode data connection for directory listing.
List Complete: 609 bytes in 0.06 seconds (9.4 KB/s)
B) CD To ANY Dir ie. REQUESTS
CWD REQUESTS
250 CWD command successful.
PWD
257 "/REQUESTS/" is current directory.
PASV
227 Entering Passive Mode (*,*,*,*,*,*)
Opening data connection IP: *.*.*.* PORT: *
LIST
150 Opening ASCII mode data connection for directory listing.
List Complete: 403 bytes in 0.03 seconds (12.3 KB/s)
C) Manually MKD by pressing INSERT then typing testing (return)
MKD testing
257 "testing" created.
CDUP
250 CWD command successful.
PWD
257 "/" is current directory.
PASV
227 Entering Passive Mode (*,*,*,*,*,*)
Opening data connection IP: *.*.*.* PORT: *
LIST
150 Opening ASCII mode data connection for directory listing.
List Complete: 609 bytes in 0.02 seconds (37.2 KB/s)
You are then taken back to / and not /REQUESTS/testing (i have "Enter Folder After Create" ticked in options & NO cacheing enabled)
__________________
#iotools #ioftpd (both on efnet)
|
|
|
11-12-2005, 11:52 AM
|
#9
|
Senior Member
FlashFXP Scripter
Join Date: Nov 2002
Posts: 334
|
Well i tried exactly what you did on glftpd/raidenftpd/serv-u and i didn't see this error once. Unfortunately i don't have a ioftpd site to test with.
|
|
|
11-12-2005, 03:17 PM
|
#10
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
Ok it seems this problem is limited to specific ftp servers such as ioFTPD. I setup ioFTPD for testing and I was able to reproduce it. A fix will be included in the next release.
|
|
|
11-12-2005, 07:17 PM
|
#11
|
Senior Member
Ultimate Scripter
Join Date: Jul 2005
Posts: 153
|
Quote:
Originally Posted by bigstar
Ok it seems this problem is limited to specific ftp servers such as ioFTPD. I setup ioFTPD for testing and I was able to reproduce it. A fix will be included in the next release.
|
i've made a note of this as well and will be working on a fix in ioFTPD.
|
|
|
11-12-2005, 08:18 PM
|
#12
|
Senior Member
FlashFXP Scripter
Join Date: Nov 2002
Posts: 334
|
But the question now is this FlashFXP's fault or ioftpd's? :P
|
|
|
11-12-2005, 10:11 PM
|
#13
|
Senior Member
Ultimate Scripter
Join Date: Jul 2005
Posts: 153
|
Quote:
Originally Posted by Hetfield
But the question now is this FlashFXP's fault or ioftpd's? :P
|
it sounds like ioFTPD's fault, but you can always fix it in both places...
|
|
|
11-12-2005, 10:51 PM
|
#14
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
I think it depends on your understanding of the RFC (rfc959)
According to the RFC
Quote:
To solve these problems, upon successful completion of an MKD command, the server should return a line of the form:
257<space>"<directory-name>"<space><commentary>
For example, a user connects to the directory /usr/dm, and creates
a subdirectory, named pathname:
CWD /usr/dm
200 directory changed to /usr/dm
MKD pathname
257 "/usr/dm/pathname" directory created
|
However ioFTPD doesn't return the absolute pathname in the 257 reply, If the directory is created relative to the folder only the folder name is returned. Steps have been taken to address this issue so whether ioFTPD changes it's behavior or not really doesn't matter.
|
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:38 PM.
|