View Single Post
Old 11-01-2001, 07:27 PM  
fenomas
Junior Member
 
Join Date: Nov 2001
Posts: 3
Default ascii/binary troubles

Hi..
I've been trying out fxp, and like it a lot. Unfortunately, I have a persistent problem where it transfers everything in ascii mode, even .gz, .swf, .pdf and so on. Obviously these extensions aren't in my ascii file extensions list, but it transfers in ascii mode even when I manually change the mode from FTP >> Transfer Mode >> Auto to Binary. The problem is verified by the readout in the status window, and because the files wind up unusable.

I'm using 1.3.761 on Win2K Professional.

Thanks in advance...
Attached is some sample output info:
----------------------------------------------------
WinSock 2.0
Connecting to ...
Connected to ....Port 21
220 ... FTP server (Version wu-2.6.0(1) Mon Feb 28 10:30:36 EST 2000) ready.
USER www
331 Password required for www.
PASS (hidden)
230 User www logged in.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
CWD /usr/log/httpd/2001
250 CWD command successful.
PWD
257 "/usr/log/httpd/2001" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (.....
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
CWD 11
250 CWD command successful.
PWD
257 "/usr/log/httpd/2001/11" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (.....
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
PASV
227 Entering Passive Mode (....
RETR access_log.20011101.gz
150 Opening ASCII mode data connection for access_log.20011101.gz (6024748 bytes).
226 Transfer complete.
Transferred: access_log.20011101.gz 6,046,579 bytes in 00:45 (131.22 k/sec)
Transfer queue completed
Transferred 1 file Totaling 6,046,579 bytes in 00:45 (131.22 k/sec)
PWD
257 "/usr/log/httpd/2001/11" is current directory.
fenomas is offline