View Single Post
Old 10-25-2004, 11:45 AM  
rcdc
Junior Member
 
Join Date: Oct 2004
Posts: 5
Default

I retrieved the file twice in a new session and changed transfer mode from ascii to binary inbetween but i notice in the log that it says ascii mode for both retrieves. log below

WinSock 2.0 -- OpenSSL 0.9.7d 17 Mar 2004
[L] Connecting to CJ datatransfer -> IP=216.34.209.22 PORT=21
[L] Connected to CJ datatransfer
[L] 220 Commission Junction FTP server. All transfers are logged.
[L] USER 1094978
[L] 331 Password
[L] PASS (hidden)
[L] 230- WARNING: This server is for exchange of business data with Commission Junction only.
[L] 230- Any attempt to upload data that has not been approved by Commission Junction
[L] 230- will result in termination of your ftp account. Access restrictions apply.
[L] 230 User 1094978 logged in from 62-241-188-100.dsl.pipex.com
[L] SYST
[L] 215 UNIX
[L] FEAT
[L] 500 FEAT not understood.
[L] REST 100
[L] 350 Requested file action pending further information.
[L] REST 0
[L] 350 Requested file action pending further information.
[L] PWD
[L] 257 "/1094978" is current directory.
[L] TYPE A
[L] 200 type set.
[L] PASV
[L] 227 Entering Passive Mod(216,34,209,22,139,10)
[L] Opening data connection IP: 216.34.209.22 PORT: 35594
[L] LIST -al
[L] 150 Opening ASCII mode data connection.
[L] 226 Transfer complete.
[L] List Complete: 63 bytes in 2.22 seconds (0.0 KB/s)
[L] CWD outgoing
[L] 250 CWD command succesful.
[L] PWD
[L] 257 "/1094978/outgoing" is current directory.
[L] PASV
[L] 227 Entering Passive Mod(216,34,209,22,139,11)
[L] Opening data connection IP: 216.34.209.22 PORT: 35595
[L] LIST -al
[L] 150 Opening ASCII mode data connection.
[L] 226 Transfer complete.
[L] List Complete: 69 bytes in 1.88 seconds (0.0 KB/s)
[L] CWD productcatalog
[L] 250 CWD command succesful.
[L] PWD
[L] 257 "/1094978/outgoing/productcatalog" is current directory.
[L] PASV
[L] 227 Entering Passive Mod(216,34,209,22,139,12)
[L] Opening data connection IP: 216.34.209.22 PORT: 35596
[L] LIST -al
[L] 150 Opening ASCII mode data connection.
[L] 226 Transfer complete.
[L] List Complete: 118 bytes in 1.91 seconds (0.1 KB/s)
[L] CWD 3941
[L] 250 CWD command succesful.
[L] PWD
[L] 257 "/1094978/outgoing/productcatalog/3941" is current directory.
[L] PASV
[L] 227 Entering Passive Mod(216,34,209,22,139,13)
[L] Opening data connection IP: 216.34.209.22 PORT: 35597
[L] LIST -al
[L] 150 Opening ASCII mode data connection.
[L] 226 Transfer complete.
[L] List Complete: 80 bytes in 1.89 seconds (0.0 KB/s)
[L] PASV
[L] 227 Entering Passive Mod(216,34,209,22,139,14)
[L] Opening data connection IP: 216.34.209.22 PORT: 35598
[L] RETR 1094978_3941_20041024.zip
[L] 150 ASCII mode connection for 1094978_3941_20041024.zip (123879 bytes)
[L] 226 transfer complete
Transferred: 1094978_3941_20041024.zip 120 KB in 32.11 seconds (3.8 KB/s)
Transfer queue completed
Transferred 1 file totaling 120 KB in 33.56 seconds (3.8 KB/s)
[L] PASV
[L] 227 Entering Passive Mod(216,34,209,22,139,16)
[L] Opening data connection IP: 216.34.209.22 PORT: 35600
[L] RETR 1094978_3941_20041024.zip
[L] 150 ASCII mode connection for 1094978_3941_20041024.zip (123879 bytes)
[L] 226 transfer complete
Transferred: 1094978_3941_20041024.zip 120 KB in 32.55 seconds (3.7 KB/s)
Transfer queue completed
Transferred 1 file totaling 120 KB in 34.06 seconds (3.7 KB/s)
[L] QUIT
[L] 221 Service closing control connection.
[L] Logged off: CJ datatransfer
rcdc is offline