Go Back   FlashFXP Forums > >

General Discussion Need help? Have a problem? Let us help you. Bug reports and feature requests should be made using the Bug Tracker or Feature Tracker

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 03-15-2012, 01:08 PM   #1
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default Why FlashFXP does not work with some ftp server software?

Hello!

I have found that FlashFXP cannot work with some ftp servers while other clients like FileZilla work fine... (which is a shame since FlashFXP is the best FTP client money can buy )

the first one I found is the mTCP package, it's a DOS 16bit server that FFXP connects but fails to retrieve a dirlisting or transfer anything , mTCP is located here: http://www.brutman.com/mTCP/

the second one is the built-in ftp server from MultiMan, a 3rd party application for the Sony PS3, again FFXP fails to do anything when connected there (no homepage here as this app is on the "grey" area of legality in some countries)

don't get me wrong, FFXP is awesome but I just wish I could use it everywhere....
keropi is offline  
Old 03-15-2012, 02:38 PM   #2
MxxCon
Super Duper
FlashFXP Beta Tester
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

http://www.flashfxp.com/forum/genera...e-posting.html
post session log showing your problems.
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
MxxCon is offline  
Old 03-15-2012, 03:03 PM   #3
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default

yep , sorry for that...

* FlashFXP v4.20, build 1730,registered
* OS Windows 7, x64
* Running behind hardware router/firewall Yes, local network
* Running software firewall Yes, Name Win7 firewall
* Running Antivirus No
* Internet Connection DSL

additional info if related
* FTP server(s) name mTCP ftp server, version 29-10-2011 , http://www.brutman.com/mTCP/

here is the log:

Code:
[21:54:02] [R] Connection lost: DOS (Duration: 18 seconds)
[21:54:14] [R] Connecting to DOS -> IP=192.168.1.122 PORT=21
[21:54:14] [R] Connected to DOS
[21:54:14] [R] 220 mTCP FTP Server
[21:54:14] [R] USER keropi
[21:54:14] [R] 331 User OK, send Password
[21:54:14] [R] PASS (hidden)
[21:54:14] [R] 230 User logged in
[21:54:14] [R] SYST
[21:54:14] [R] 215 UNIX Type: L8
[21:54:14] [R] FEAT
[21:54:14] [R] 211-mTCP FTP server features:
[21:54:14] [R]  MDTM
[21:54:14] [R] 211 End
[21:54:14] [R] PWD
[21:54:14] [R] 257 "/" is current directory
[21:54:14] [R] CWD /DRIVE_C
[21:54:14] [R] 250 CWD command successful
[21:54:14] [R] PWD
[21:54:14] [R] 257 "/DRIVE_C/" is current directory
[21:54:14] [R] TYPE A
[21:54:14] [R] 200 Type set to A
[21:54:14] [R] Listening on PORT: 52608, Waiting for connection.
[21:54:14] [R] PORT 192,168,1,101,205,128
[21:54:14] [R] 200 PORT command successful
[21:54:14] [R] LIST -al
[21:54:14] [R] 150 Sending file list
[21:54:14] [R] 226 Transfer complete
[21:54:14] [R] List Complete: 0 bytes in 0,00 second (0,0 KB/s)
here is a screenshot:



and here is what happens with another client:



Basically FFXP fails to get a dirlisting and transfer any files at all, no matter what settings I choose (passive, active or list commands). (The same thing happens with the embedded ftp-server that MultiMan has on the PS3, no shots of that though)

I will be more than happy to provide more info, thanks!
keropi is offline  
Old 03-15-2012, 04:19 PM   #4
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Off the top of my head perhaps the FTP server it doesn't support LIST -al

LIST -al is used to show all files (including hidden files).

Site Manager > Select site profile > Options Tab

Change these two settings to the following values:
List Command > LIST
List Parameters > Default

Now connect to the FTP server, this should resolve the problem.
bigstar is offline  
Old 03-15-2012, 04:31 PM   #5
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

I just installed mTCP FTP Server on VirtualBox using the FreeDOS virtual machine image found on the website and I have confirmed that the list command needs to be set as indicated above.

In the next release I will add code to auto detect mTCP FTP server based on the welcome message "220 mTCP FTP Server" and automatically force the list command to LIST with the default parameters.
bigstar is offline  
Old 03-15-2012, 04:33 PM   #6
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default

@bigstar:
yes I was experimenting with the -al option.... I did what you said and it works for mTCP!
List Parameters > Default solved this problem (the default "global" setting did not work)

just tested, this also solves the problem with the ps3 ftp service

Thanks for the help, I knew FFXP is the best! One should not underestimate the power of the "default" LOL

edit: awesome, thanks for the workaround too! maybe this can be done with the ps3 service as well? here is the log:

Code:
FlashFXP 4.2.0 (build 1730)
Support Forums http://forum.flashfxp.com
[23:44:55] Winsock 2.2 -- OpenSSL 1.0.0g 18 Jan 2012
[23:44:57] [R] Connecting to PS3 -> IP=192.168.1.147 PORT=21
[23:44:57] [R] Connected to PS3
[23:44:57] [R] 220-PS3 FTP Server
[23:44:57] [R] 220 multiMAN (Login as anonymous with any password)
[23:44:57] [R] USER anonymous
[23:44:57] [R] 331 User anonymous OK. Password required
[23:44:57] [R] PASS (hidden)
[23:44:57] [R] 230 Welcome!
[23:44:57] [R] SYST
[23:44:57] [R] 215 UNIX Type: L8
[23:44:57] [R] FEAT
[23:44:57] [R] 211-Extensions supported:
[23:44:57] [R]  PASV
[23:44:57] [R]  PORT
[23:44:57] [R]  SIZE
[23:44:57] [R]  CDUP
[23:44:57] [R]  MLSD
[23:44:57] [R]  MDTM
[23:44:57] [R]  ABOR
[23:44:57] [R]  MLST type*;size*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;
[23:44:57] [R]  REST STREAM
[23:44:57] [R]  SITE CHMOD
[23:44:57] [R]  SITE PASSWD
[23:44:57] [R]  SITE EXITAPP
[23:44:57] [R] 211 End
[23:44:57] [R] PWD
[23:44:57] [R] 257 "/" is the current directory
[23:44:57] [R] TYPE A
[23:44:57] [R] 200 TYPE command successful
[23:44:57] [R] PASV
[23:44:57] [R] 227 Entering Passive Mode (192,168,1,147,51,102)
[23:44:57] [R] Opening data connection IP: 192.168.1.147 PORT: 13158
[23:44:57] [R] LIST
[23:44:57] [R] 150 Accepted data connection
[23:44:58] [R] 226 Transfer complete
[23:44:58] [R] List Complete: 475 bytes in 0,21 second (0,5 KB/s)
edit2: uploaded recent ps3 log above

Last edited by keropi; 03-15-2012 at 04:45 PM.
keropi is offline  
Old 03-15-2012, 07:16 PM   #7
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Here is a dev build that should ignore list parameter when mTCP FTP Server or PS3 FTP Server is detected.

If you could please test it and let me know I'd greatly appreciate it.

http://www.flashfxp.com/testr/ffxp4.2.0.1735.zip

Just unzip the flashfxp.exe into your FlashFXP program folder.

Last edited by bigstar; 03-15-2012 at 07:25 PM.
bigstar is offline  
Old 03-15-2012, 07:19 PM   #8
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default

I get a "Page not found" error when I click on the link to get the file , I will test it as soon as I get it

edit: never mind the error, the link has a /forum/ added when clicked, copying it directly is fine, off to test now!

edit2: deleted the sites from site manager and quick connect, restarted, entered manually all info and FFXP works fine with both mTCP and ps3 , no problems at all!

MANY THANKS !!!!

Last edited by keropi; 03-15-2012 at 07:25 PM.
keropi is offline  
Old 03-15-2012, 07:26 PM   #9
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Sorry link fixed, the url shown was right but the click-able link was broken, sometimes that happens on the forums.
bigstar is offline  
Old 03-15-2012, 07:28 PM   #10
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default

yeah I figured that on my own
see my edit2 above, the new .exe works perfect!
keropi is offline  
Old 03-20-2012, 11:36 AM   #11
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default

hi again!
it seems that mTCP is behaving again... (latest version updated)
you can see and transfer files OK - but - if you want to transfer a directory with some files inside it will fail.
FFXP will create the directory to the DOS machine but files will fail to transfer.
If you reset the failed directory it will fail again.
The workaround is to change to the new directory in the DOS machine and queue the files directly to it. Then they will transfer OK.
I guess that if your transfer queue contains a directory then it will fail with all files in it, but the directory will be created empty on the target machine.

bigstar ,if you need more info/logs/shots I will be more than happy to provide them
keropi is offline  
Old 03-20-2012, 03:02 PM   #12
MxxCon
Super Duper
FlashFXP Beta Tester
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

yes, he'll need session logs. it's hard to figure out what's going on from descriptions w/o seeing the logs.
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
MxxCon is offline  
Old 03-20-2012, 03:08 PM   #13
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default

sure , here it is:

Code:
FlashFXP 4.2.0 (build 1737)
Support Forums http://forum.flashfxp.com
[22:04:11] Winsock 2.2 -- OpenSSL 1.0.1 14 Mar 2012
[22:04:19] [R] Connecting to DOS -> IP=192.168.1.122 PORT=21
[22:04:19] [R] Connected to DOS
[22:04:19] [R] 220 mTCP FTP Server
[22:04:19] [R] USER ripdos98
[22:04:19] [R] 331 User OK, send Password
[22:04:19] [R] PASS (hidden)
[22:04:19] [R] 230 User logged in
[22:04:19] [R] SYST
[22:04:19] [R] 215 UNIX Type: L8
[22:04:19] [R] FEAT
[22:04:19] [R] 211-mTCP FTP server features:
[22:04:19] [R]  MDTM
[22:04:19] [R] 211 End
[22:04:19] [R] PWD
[22:04:19] [R] 257 "/" is current directory
[22:04:19] [R] TYPE A
[22:04:19] [R] 200 Type set to A
[22:04:19] [R] Listening on PORT: 54340, Waiting for connection.
[22:04:19] [R] PORT 192,168,1,101,212,68
[22:04:19] [R] 200 PORT command successful
[22:04:19] [R] LIST
[22:04:19] [R] 150 Sending file list
[22:04:19] [R] 226 Transfer complete
[22:04:19] [R] List Complete: 104 bytes in 0,01 second (0,1 KB/s)
[22:04:23] [R] CWD DRIVE_C
[22:04:23] [R] 250 CWD command successful
[22:04:23] [R] PWD
[22:04:23] [R] 257 "/DRIVE_C/" is current directory
[22:04:23] [R] Listening on PORT: 54365, Waiting for connection.
[22:04:23] [R] PORT 192,168,1,101,212,93
[22:04:23] [R] 200 PORT command successful
[22:04:23] [R] LIST
[22:04:23] [R] 150 Sending file list
[22:04:23] [R] 226 Transfer complete
[22:04:23] [R] List Complete: 1 KB in 0,01 second (1,0 KB/s)
[22:04:23] [R] Calculating timezone offset of server...
[22:04:23] [R] MDTM AUTOEXEC.B~K
[22:04:23] [R] 213 20120320053850
[22:04:23] [R] Timezone offsets: Server: -18000 seconds. Local: 7200 seconds. Difference: 25200 seconds.
[22:04:26] [R] CWD TEMP
[22:04:26] [R] 250 CWD command successful
[22:04:26] [R] PWD
[22:04:26] [R] 257 "/DRIVE_C/TEMP/" is current directory
[22:04:26] [R] Listening on PORT: 54389, Waiting for connection.
[22:04:26] [R] PORT 192,168,1,101,212,117
[22:04:26] [R] 200 PORT command successful
[22:04:26] [R] LIST
[22:04:26] [R] 150 Sending file list
[22:04:26] [R] 226 Transfer complete
[22:04:26] [R] List Complete: 467 bytes in 0,03 second (0,5 KB/s)
[22:05:07] [R] MKD /DRIVE_C/TEMP/ftp
[22:05:07] [R] 257 /DRIVE_C/TEMP/FTP created
[22:05:07] [R] CWD /DRIVE_C/TEMP/ftp
[22:05:07] [R] 250 CWD command successful
[22:05:07] [R] PWD
[22:05:07] [R] 257 "/DRIVE_C/TEMP/FTP/" is current directory
[22:05:07] [R] Listening on PORT: 54394, Waiting for connection.
[22:05:07] [R] PORT 192,168,1,101,212,122
[22:05:07] [R] 200 PORT command successful
[22:05:07] [R] LIST
[22:05:07] [R] 150 Sending file list
[22:05:07] [R] 226 Transfer complete
[22:05:07] [R] List Complete: 0 bytes in 0,01 second (0,0 KB/s)
[22:05:07] [R] CWD /DRIVE_C/TEMP
[22:05:07] [R] 250 CWD command successful
[22:05:07] [R] PWD
[22:05:07] [R] 257 "/DRIVE_C/TEMP/" is current directory
[22:05:07] [R] Listening on PORT: 54395, Waiting for connection.
[22:05:07] [R] PORT 192,168,1,101,212,123
[22:05:07] [R] 200 PORT command successful
[22:05:07] [R] LIST
[22:05:07] [R] 150 Sending file list
[22:05:07] [R] 226 Transfer complete
[22:05:07] [R] List Complete: 515 bytes in 0,01 second (0,5 KB/s)
[22:05:07] Transfer queue completed
[22:05:07] Transferred 0 Files (0 bytes) in 0,07 second (0,0 KB/s)
[22:05:07] 1 Folder Failed
and in the mTCP window I see 2 lines from session start:
(0) user ripdos98 signed in from 192.168.1.101:54339 at 2012-03-20 22:08:21
(0) MKD /DRIVE_C/TEMP/FTP

and nothing more , FFXP fails the transfer or folder "FTP" (that has a couple of 8.3 named files) but the folder FTP gets created in /TEMP .
keropi is offline  
Old 03-20-2012, 05:48 PM   #14
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Please try this updated dev build, it should resolve the problem.

http://www.flashfxp.com/testr/ffxp-dev-build.zip
bigstar is offline  
Old 03-20-2012, 06:01 PM   #15
keropi
Junior Member
FlashFXP Registered User
 
Join Date: Sep 2010
Posts: 10
Default

hi bigstar!

yes this dev build works fine, it does transfer dirs, subdirs and files
... but I found something else now, that is related to deleting. For testing I transfer to target a folder named "1" and some files inside... the transfer completes OK and all is well. Then I decided to delete "1" from the target machine so I did it via FFXP... some files get deleted but not all, if you can see in the log the directory with the ACIDDRAW program stays behind and you need to delete a second time "1" to get rid of all files...

Code:
[00:55:06] [R] PORT 192,168,1,101,220,125
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] LIST
[00:55:06] [R] 150 Sending file list
[00:55:06] [R] 226 Transfer complete
[00:55:06] [R] List Complete: 0 bytes in 0,01 second (0,0 KB/s)
[00:55:06] [R] CWD /DRIVE_C/TEMP/1
[00:55:06] [R] 250 CWD command successful
[00:55:06] [R] PWD
[00:55:06] [R] 257 "/DRIVE_C/TEMP/1/" is current directory
[00:55:06] [R] Listening on PORT: 56446, Waiting for connection.
[00:55:06] [R] PORT 192,168,1,101,220,126
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] LIST
[00:55:06] [R] 150 Sending file list
[00:55:06] [R] 226 Transfer complete
[00:55:06] [R] List Complete: 201 bytes in 0,01 second (0,2 KB/s)
[00:55:06] [R] TYPE I
[00:55:06] [R] 200 Type set to I
[00:55:06] [R] SIZE ARCA.COM
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,127
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR ARCA.COM
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: ARCA.COM 4 KB in 0,02 second (4,3 KB/s)
[00:55:06] [R] SIZE ARCE.COM
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,128
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR ARCE.COM
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: ARCE.COM 6 KB in 0,02 second (6,5 KB/s)
[00:55:06] [R] SIZE ARCE.DOC
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,129
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR ARCE.DOC
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: ARCE.DOC 9 KB in 0,02 second (9,7 KB/s)
[00:55:06] [R] SIZE FV.COM
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,130
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR FV.COM
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: FV.COM 8 KB in 0,02 second (8,4 KB/s)
[00:55:06] [R] SIZE FV.DOC
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,132
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR FV.DOC
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: FV.DOC 6 KB in 0,02 second (6,1 KB/s)
[00:55:06] [R] SIZE INSTALL.BAT
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,133
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR INSTALL.BAT
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: INSTALL.BAT 387 bytes in 0,01 second (0,4 KB/s)
[00:55:06] [R] SIZE License.Doc
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,134
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR License.Doc
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: License.Doc 35 KB in 0,04 second (35,0 KB/s)
[00:55:06] [R] SIZE list.com
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,135
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR list.com
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: list.com 41 KB in 0,05 second (41,5 KB/s)
[00:55:06] [R] SIZE LIST.HLP
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,136
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR LIST.HLP
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: LIST.HLP 273 KB in 0,28 second (273,2 KB/s)
[00:55:06] [R] SIZE list.hst
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,137
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR list.hst
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: list.hst 6 KB in 0,02 second (6,9 KB/s)
[00:55:06] [R] SIZE liste.doc
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,138
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR liste.doc
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:06] [R] 226 Transfer complete
[00:55:06] Transferred: liste.doc 217 KB in 0,21 second (217,1 KB/s)
[00:55:06] [R] SIZE listedmb.com
[00:55:06] [R] 500 Syntax error: SIZE
[00:55:06] [R] PORT 192,168,1,101,220,139
[00:55:06] [R] 200 PORT command successful
[00:55:06] [R] STOR listedmb.com
[00:55:06] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: listedmb.com 41 KB in 0,05 second (41,5 KB/s)
[00:55:07] [R] SIZE LISTHELP.COM
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,140
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR LISTHELP.COM
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: LISTHELP.COM 9 KB in 0,02 second (9,7 KB/s)
[00:55:07] [R] SIZE LISTOPT.COM
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,141
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR LISTOPT.COM
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: LISTOPT.COM 17 KB in 0,03 second (17,7 KB/s)
[00:55:07] [R] SIZE listr.com
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,142
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR listr.com
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: listr.com 12 KB in 0,02 second (12,6 KB/s)
[00:55:07] [R] SIZE lists.com
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,143
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR lists.com
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: lists.com 11 KB in 0,02 second (11,4 KB/s)
[00:55:07] [R] TYPE A
[00:55:07] [R] 200 Type set to A
[00:55:07] [R] SIZE LISTW95.TXT
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,144
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR LISTW95.TXT
[00:55:07] [R] 150 ASCII type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: LISTW95.TXT 778 bytes in 0,01 second (0,8 KB/s)
[00:55:07] [R] TYPE I
[00:55:07] [R] 200 Type set to I
[00:55:07] [R] SIZE lxpic.com
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,145
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR lxpic.com
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: lxpic.com 19 KB in 0,03 second (19,5 KB/s)
[00:55:07] [R] SIZE lxpic.doc
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,146
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR lxpic.doc
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: lxpic.doc 56 KB in 0,07 second (56,6 KB/s)
[00:55:07] [R] SIZE PACKING.LST
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,147
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR PACKING.LST
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: PACKING.LST 3 KB in 0,02 second (3,1 KB/s)
[00:55:07] [R] SIZE PROGRAMS
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,148
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR PROGRAMS
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: PROGRAMS 8 KB in 0,02 second (8,7 KB/s)
[00:55:07] [R] SIZE README.DOC
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,149
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR README.DOC
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: README.DOC 6 KB in 0,02 second (6,7 KB/s)
[00:55:07] [R] SIZE whatsnew
[00:55:07] [R] 500 Syntax error: SIZE
[00:55:07] [R] PORT 192,168,1,101,220,150
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] STOR whatsnew
[00:55:07] [R] 150 BINARY type File STOR started
[00:55:07] [R] 226 Transfer complete
[00:55:07] Transferred: whatsnew 16 KB in 0,03 second (17,0 KB/s)
[00:55:07] [R] CWD /DRIVE_C/TEMP
[00:55:07] [R] 250 CWD command successful
[00:55:07] [R] PWD
[00:55:07] [R] 257 "/DRIVE_C/TEMP/" is current directory
[00:55:07] [R] TYPE A
[00:55:07] [R] 200 Type set to A
[00:55:07] [R] Listening on PORT: 56471, Waiting for connection.
[00:55:07] [R] PORT 192,168,1,101,220,151
[00:55:07] [R] 200 PORT command successful
[00:55:07] [R] LIST
[00:55:07] [R] 150 Sending file list
[00:55:07] [R] 226 Transfer complete
[00:55:07] [R] List Complete: 898 bytes in 0,01 second (0,9 KB/s)
[00:55:07] Transfer queue completed
[00:55:07] Transferred 35 Files (950 KB) in 2 seconds (449,2 KB/s)
[00:55:17] [R] CWD /DRIVE_C/TEMP/1
[00:55:17] [R] 250 CWD command successful
[00:55:17] [R] PWD
[00:55:17] [R] 257 "/DRIVE_C/TEMP/1/" is current directory
[00:55:17] [R] Listening on PORT: 56475, Waiting for connection.
[00:55:17] [R] PORT 192,168,1,101,220,155
[00:55:17] [R] 200 PORT command successful
[00:55:17] [R] LIST
[00:55:17] [R] 150 Sending file list
[00:55:17] [R] 226 Transfer complete
[00:55:17] [R] List Complete: 1 KB in 0,01 second (1,4 KB/s)
[00:55:17] [R] DELE WHATSNEW
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE README.DOC
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE PROGRAMS
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE PACKING.LST
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LXPIC.DOC
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LXPIC.COM
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LISTW95.TXT
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LISTS.COM
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LISTR.COM
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LISTOPT.COM
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LISTHELP.COM
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LISTEDMB.COM
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LISTE.DOC
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LIST.HST
[00:55:17] [R] 250 DELE command successful
[00:55:17] [R] DELE LIST.HLP
[00:55:17] [R] 250 DELE command successful
[00:55:18] [R] DELE LIST.COM
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] DELE LICENSE.DOC
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] DELE INSTALL.BAT
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] DELE FV.DOC
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] DELE FV.COM
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] DELE ARCE.DOC
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] DELE ARCE.COM
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] DELE ARCA.COM
[00:55:18] [R] 250 DELE command successful
[00:55:18] [R] CWD /DRIVE_C/TEMP/1/ACIDDRAW
[00:55:18] [R] 250 CWD command successful
[00:55:18] [R] PWD
[00:55:18] [R] 257 "/DRIVE_C/TEMP/1/ACIDDRAW/" is current directory
[00:55:18] [R] CWD /DRIVE_C/TEMP/1/PROGS
[00:55:18] [R] 250 CWD command successful
[00:55:18] [R] PWD
[00:55:18] [R] 257 "/DRIVE_C/TEMP/1/PROGS/" is current directory
[00:55:18] [R] RMD /DRIVE_C/TEMP/1/ACIDDRAW
[00:55:18] [R] 550 Error removing /DRIVE_C/TEMP/1/ACIDDRAW
[00:55:18] [R] CWD /DRIVE_C/TEMP/1/TEMP
[00:55:18] [R] 250 CWD command successful
[00:55:18] [R] PWD
[00:55:18] [R] 257 "/DRIVE_C/TEMP/1/TEMP/" is current directory
[00:55:18] [R] RMD /DRIVE_C/TEMP/1/PROGS
[00:55:18] [R] 250 RMD command successful
[00:55:18] [R] CWD /DRIVE_C/TEMP/1/TEST
[00:55:18] [R] 250 CWD command successful
[00:55:18] [R] PWD
[00:55:18] [R] 257 "/DRIVE_C/TEMP/1/TEST/" is current directory
[00:55:18] [R] RMD /DRIVE_C/TEMP/1/TEMP
[00:55:18] [R] 250 RMD command successful
[00:55:18] [R] CWD /DRIVE_C/TEMP
[00:55:18] [R] 250 CWD command successful
[00:55:18] [R] PWD
[00:55:18] [R] 257 "/DRIVE_C/TEMP/" is current directory
[00:55:18] [R] RMD /DRIVE_C/TEMP/1/TEST
[00:55:18] [R] 250 RMD command successful
[00:55:18] [R] RMD /DRIVE_C/TEMP/1/ACIDDRAW
[00:55:18] [R] 550 Error removing /DRIVE_C/TEMP/1/ACIDDRAW
[00:55:18] [R] RMD 1
[00:55:18] [R] 550 Error removing 1
[00:55:18] [R] Listening on PORT: 56476, Waiting for connection.
[00:55:18] [R] PORT 192,168,1,101,220,156
[00:55:18] [R] 200 PORT command successful
[00:55:18] [R] LIST
[00:55:18] [R] 150 Sending file list
[00:55:18] [R] 226 Transfer complete
[00:55:18] [R] List Complete: 898 bytes in 0,01 second (0,9 KB/s)
[00:55:18] Deleted 23 Files and 3 Folders (814 KB) in 0,42 second
[00:55:21] [R] Listening on PORT: 56479, Waiting for connection.
[00:55:21] [R] PORT 192,168,1,101,220,159
[00:55:21] [R] 200 PORT command successful
[00:55:21] [R] LIST
[00:55:21] [R] 150 Sending file list
[00:55:21] [R] 226 Transfer complete
[00:55:21] [R] List Complete: 898 bytes in 0,01 second (0,9 KB/s)
[00:55:23] [R] CWD 1
[00:55:23] [R] 250 CWD command successful
[00:55:23] [R] PWD
[00:55:23] [R] 257 "/DRIVE_C/TEMP/1/" is current directory
[00:55:23] [R] Listening on PORT: 56480, Waiting for connection.
[00:55:23] [R] PORT 192,168,1,101,220,160
[00:55:23] [R] 200 PORT command successful
[00:55:23] [R] LIST
[00:55:23] [R] 150 Sending file list
[00:55:23] [R] 226 Transfer complete
[00:55:23] [R] List Complete: 53 bytes in 0,01 second (0,1 KB/s)
[00:55:24] [R] CWD ACIDDRAW
[00:55:24] [R] 250 CWD command successful
[00:55:24] [R] PWD
[00:55:24] [R] 257 "/DRIVE_C/TEMP/1/ACIDDRAW/" is current directory
[00:55:24] [R] Listening on PORT: 56481, Waiting for connection.
[00:55:24] [R] PORT 192,168,1,101,220,161
[00:55:24] [R] 200 PORT command successful
[00:55:24] [R] LIST
[00:55:24] [R] 150 Sending file list
[00:55:24] [R] 226 Transfer complete
[00:55:24] [R] List Complete: 668 bytes in 0,01 second (0,7 KB/s)
[00:55:31] [R] CWD /DRIVE_C/TEMP
[00:55:31] [R] 250 CWD command successful
[00:55:31] [R] PWD
[00:55:31] [R] 257 "/DRIVE_C/TEMP/" is current directory
[00:55:31] [R] CWD /DRIVE_C/TEMP/1
[00:55:31] [R] 250 CWD command successful
[00:55:31] [R] PWD
[00:55:31] [R] 257 "/DRIVE_C/TEMP/1/" is current directory
[00:55:31] [R] CWD /DRIVE_C/TEMP/1/ACIDDRAW
[00:55:31] [R] 250 CWD command successful
[00:55:31] [R] PWD
[00:55:31] [R] 257 "/DRIVE_C/TEMP/1/ACIDDRAW/" is current directory
[00:55:31] [R] DELE THUGLIFE.ORG
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE SAUCE.DOC
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE RELEASE.NFO
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE REGISTER.DOC
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE FILE_ID.DIZ
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE ENTER.ANS
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE COLORS.ANS
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE BLINK.EXE
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE BLINK.DOC
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE ACIDDRAW.NEW
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE ACIDDRAW.EXE
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] DELE ACIDDRAW.DOC
[00:55:31] [R] 250 DELE command successful
[00:55:31] [R] CWD /DRIVE_C/TEMP
[00:55:31] [R] 250 CWD command successful
[00:55:31] [R] PWD
[00:55:31] [R] 257 "/DRIVE_C/TEMP/" is current directory
[00:55:31] [R] RMD /DRIVE_C/TEMP/1/ACIDDRAW
[00:55:31] [R] 250 RMD command successful
[00:55:31] [R] RMD 1
[00:55:31] [R] 250 RMD command successful
[00:55:31] [R] Listening on PORT: 56482, Waiting for connection.
[00:55:31] [R] PORT 192,168,1,101,220,162
[00:55:31] [R] 200 PORT command successful
[00:55:31] [R] LIST
[00:55:31] [R] 150 Sending file list
[00:55:31] [R] 226 Transfer complete
[00:55:31] [R] List Complete: 852 bytes in 0,01 second (0,8 KB/s)
[00:55:31] Deleted 12 Files and 2 Folders (136 KB) in 0,23 second
I must confess that I do not want to bother you more with this, the percentage of mTCP ftpserver users must be next to zero (maybe 1: me) and as long as transfers work I am satisfied ... but I report this too in case it affects more ppl...
thanks again!!!!
keropi is offline  
Closed Thread

Tags
ffxp, flashfxp, ftp, server, work

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:26 PM.

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