Thread: ASCII transfers
View Single Post
Old 03-23-2005, 05:55 AM  
Oti
Junior Member
 
Join Date: Mar 2005
Posts: 3
Default

This forced FlashFXP to send the mode-command on each transfer, but the result is the same. On the remote ftp-server the file is saved WITH CR+LF (DOS) and not with LF (UNIX).

Perhaps this is the remote ftp-server's setup causing this? What do you think?

//Stefan


WinSock 2.0 -- OpenSSL 0.9.7d 17 Mar 2004
[R] Connecting to Glidecom -> DNS=ftp2.glidecom.se IP=212.85.69.21 PORT=21
[R] Connected to Glidecom
[R] 220 "Welcome to FTP server on ftp2.glidecom.se."
[R] USER jaha
[R] 331 Please specify the password.
[R] PASS (hidden)
[R] 230 Login successful. Have fun.
[R] SYST
[R] 215 UNIX Type: L8
[R] REST 100
[R] 350 Restart position accepted (100).
[R] REST 0
[R] 350 Restart position accepted (0).
[R] CWD /public_html/
[R] 250 Directory successfully changed.
[R] PWD
[R] 257 "/public_html"
[R] TYPE A
[R] 200 Switching to ASCII mode.
[R] PASV
[R] 227 Entering Passive Mode (212,85,69,21,65,121)
[R] Opening data connection IP: 212.85.69.21 PORT: 16761
[R] LIST -al
[R] 150 Here comes the directory listing.
[R] 226 Directory send OK.
[R] List Complete: 4_068 bytes in 0,17 seconds (23,1 KB/s)
[R] CWD test
[R] 250 Directory successfully changed.
[R] PWD
[R] 257 "/public_html/test"
[R] TYPE A
[R] 200 Switching to ASCII mode.
[R] PASV
[R] 227 Entering Passive Mode (212,85,69,21,144,92)
[R] Opening data connection IP: 212.85.69.21 PORT: 36956
[R] LIST -al
[R] 150 Here comes the directory listing.
[R] 226 Directory send OK.
[R] List Complete: 115 bytes in 0,23 seconds (0,5 KB/s)
[R] TYPE A
[R] 200 Switching to ASCII mode.
[R] PASV
[R] 227 Entering Passive Mode (212,85,69,21,113,76)
[R] Opening data connection IP: 212.85.69.21 PORT: 29004
[R] STOR tagbox.pl
[R] 150 Ok to send data.
[R] 226 File receive OK.
Transferred: tagbox.pl 8_534 bytes in 0,25 seconds (33,3 KB/s)
[R] TYPE A
[R] 200 Switching to ASCII mode.
[R] PASV
[R] 227 Entering Passive Mode (212,85,69,21,186,246)
[R] Opening data connection IP: 212.85.69.21 PORT: 47862
[R] LIST -al
[R] 150 Here comes the directory listing.
[R] 226 Directory send OK.
[R] List Complete: 180 bytes in 0,19 seconds (0,9 KB/s)
Transfer queue completed
Transferred 1 file totaling 8_534 bytes in 0,67 seconds (33,3 KB/s)
Oti is offline