PDA

View Full Version : Big problems with unix and latest versions


nemo1966
04-08-2012, 09:38 AM
Flashfxp 4.21 Listing - connecting to proftpd server on Ubuntu 10.04 LTS.
[R] TYPE I
[R] 200 Type set to I
[R] MLST 2010 - Accelerated C# 2010 (Apress).pdf
[R] 501 Invalid number of arguments
[R] PASV
[R] 227 Entering Passive Mode (192,168,1,75,253,111).
[R] Opening data connection IP: 192.168.1.75 PORT: 64879
[R] STOR 2010 - Accelerated C# 2010 (Apress).pdf
[R] 150 Opening BINARY mode data connection for 2010 - Accelerated C# 2010 (Apress).pdf
[R] 226 Transfer complete
[R] MFMT 20110724191302 2010 - Accelerated C# 2010 (Apress).pdf
[R] 213 Modify=20110724191302; 2010 - Accelerated C# 2010 (Apress).pdf
Transferred: 2010 - Accelerated C# 2010 (Apress).pdf 3.61 MB in 0.36 second (3.61 MB/s)
[R] PASV
[R] 227 Entering Passive Mode (192,168,1,75,203,92).
[R] Opening data connection IP: 192.168.1.75 PORT: 52060
[R] MLSD
[R] 150 Opening ASCII mode data connection for MLSD
[R] 226 Transfer complete
[R] List Complete: 10 KB in 0.02 second (10.3 KB/s)
Transfer queue completed
Transferred 1 File (3.61 MB) in 5 seconds (683.0 KB/s)

Flashfxp 3.60 Listing - connecting to proftpd server on Ubuntu 10.04 LTS.
[R] TYPE I
[R] 200 Type set to I
[R] PASV
[R] 227 Entering Passive Mode (192,168,1,75,240,98).
[R] Opening data connection IP: 192.168.1.75 PORT: 61538
[R] STOR 2010 - Accelerated C# 2010 (Apress).pdf
[R] 150 Opening BINARY mode data connection for 2010 - Accelerated C# 2010 (Apress).pdf
[R] 226 Transfer complete
Transferred: 2010 - Accelerated C# 2010 (Apress).pdf 3.61 MB in 0.34 seconds (10.52 MB/s)
[R] TYPE A
[R] 200 Type set to A
[R] PASV
[R] 227 Entering Passive Mode (192,168,1,75,222,63).
[R] Opening data connection IP: 192.168.1.75 PORT: 56895
[R] MLSD
[R] 150 Opening ASCII mode data connection for MLSD
[R] 226 Transfer complete
[R] List Complete: 10 KB in 0.03 seconds (333.8 KB/s)
Transfer queue completed
Transferred 1 file totaling 3.61 MB in 0.42 seconds (10.52 MB/s)

Same file on the same machine - error "501 Invalid number of arguments" in the 4.2.1 listing and the time taken to complete the listing and transfer.

Transferred 1 file totaling 3.61 MB in 0.42 seconds (10.52 MB/s) -> version 3.6

Transferred 1 File (3.61 MB) in 5 seconds (683.0 KB/s) -> version 4.2.1

I have had the revert back to version 3.6 as tranferring lots of small files is taking forever with 4.2.1


thanks
Steve

bigstar
04-08-2012, 10:36 AM
Starting with 4.x by default FlashFXP will request the file size/date prior to transfer.


[R] MLST 2010 - Accelerated C# 2010 (Apress).pdf
[R] 501 Invalid number of argumentsThis can be turned off via Options > File Transfer Rules
then uncheck the setting
[ ] Request file size/date prior to transfer

Starting with 4.x by default FlashFXP will set the date/time of the file on transfer.

[R] MFMT 20110724191302 2010 - Accelerated C# 2010 (Apress).pdf
[R] 213 Modify=20110724191302; 2010 - Accelerated C# 2010 (Apress).pdf This can be turned off via Options > File Transfer Rules.
Click the "Preserve File Date" tab and then uncheck the desired settings.
[ ] Upload
[ ] Download
[ ] Site to Site

Also if you upgrade from 3.x to 4.x a few customers have experienced slow file transfers when importing their old settings, we recommend making sure that the TCP/IP buffer settings are set to default.
Options > Preferences > Connection > TCP/IP Buffer size.

If default doesn't solve the problem sometimes 128 KB is the magic number.

For best results make sure you're not connected to a site within FlashFXP when making these changes, as the changes do not apply until a new connection is made.

nemo1966
04-08-2012, 11:04 AM
Brilliant - all sorted thank you

MxxCon
04-08-2012, 01:12 PM
nemo1966 (https://oss.azurewebsites.net/forum/member.php?u=74077), but it is appear to be a problem with your server, the fact that it chokes on a filename with # in it.

nemo1966
04-09-2012, 03:33 AM
nemo1966 (https://oss.azurewebsites.net/forum/member.php?u=74077), but it is appear to be a problem with your server, the fact that it chokes on a filename with # in it.
ah no - that was a bad example when I think of it. It does it with EVERY file. (did it)

thanks