View Single Post
Old 12-19-2013, 02:42 PM  
DJAndre
Junior Member
 
DJAndre's Avatar
 
Join Date: Mar 2004
Location: San Diego, CA
Posts: 12
Default

Once again, thank you for your support. Hopefully we can find a fix and I can continue using FlashFXP as my FTP client. I have not gotten used to using FileZilla--I kept everything at default when I installed it.

Quote:
Originally Posted by MxxCon
Post session log from filezilla showing what transfer mode it uses.
So here is the log of downloading a PHP UNIX file from my server: (Due notice that when it detects the /public_html directory it classifies it as 8-bit binary--something that FlashFXP doesn't display in it's LOG. -- I don't know if it's because in FlashFXP I have it set up the mode to Active and not PASV? -- Click here to learn why I adjusted FlashFXP to Active mode: https://www.flashfxp.com/forum/flash...ion-timed.html -- notice the date

Also, even if FlashFXP is set up to PASV mode, it doesn't fix my issue.

FileZilla's LOG:
Code:
Status:	Connecting to XXXXXXXXX...
Status:	Connection established, waiting for welcome message...
Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:	220-You are user number 1 of 46 allowed.
Response:	220-Local time is now 14:17. Server port: 21.
Response:	220-IPv6 connections are also welcome on this server.
Response:	220 You will be disconnected after 15 minutes of inactivity.
Command:	USER ******** 
Response:	331 User ******** OK. Password required
Command:	PASS *********
Response:	230 OK. Current restricted directory is /
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	211-Extensions supported:
Response:	 EPRT
Response:	 IDLE
Response:	 MDTM
Response:	 SIZE
Response:	 MFMT
Response:	 REST STREAM
Response:	 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response:	 MLSD
Response:	 AUTH TLS
Response:	 PBSZ
Response:	 PROT
Response:	 TVFS
Response:	 ESTA
Response:	 PASV
Response:	 EPSV
Response:	 SPSV
Response:	 ESTP
Response:	211 End.
Status:	Server does not support non-ASCII characters.
Status:	Connected
Status:	Retrieving directory listing...
Command:	CWD /public_html
Response:	250 OK. Current directory is /public_html
Command:	PWD
Response:	257 "/public_html" is your current location
Command:	TYPE I
Response:	200 TYPE is now 8-bit binary
Command:	PASV
Response:	227 Entering Passive Mode (XXXXXXXXXX,109,73)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 56 matches total
Status:	Directory listing successful
Status:	Connecting to XXXXXXXXX...
Status:	Connection established, waiting for welcome message...
Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:	220-You are user number 2 of 46 allowed.
Response:	220-Local time is now 14:17. Server port: 21.
Response:	220-IPv6 connections are also welcome on this server.
Response:	220 You will be disconnected after 15 minutes of inactivity.
Command:	USER ******** 
Response:	331 User ********  OK. Password required
Command:	PASS ********
Response:	230 OK. Current restricted directory is /
Status:	Server does not support non-ASCII characters.
Status:	Connected
Status:	Starting download of /public_html/index.php
Command:	CWD /public_html
Response:	250 OK. Current directory is /public_html
Command:	TYPE A
Response:	200 TYPE is now 8-bit binary
Command:	PASV
Response:	227 Entering Passive Mode (XXXXXXXXX,109,16)
Command:	RETR index.php
Response:	150-Accepted data connection
Response:	150 6.0 kbytes to download
Response:	226-File successfully transferred
Response:	226 0.000 seconds (measured here), 51.69 Mbytes per second
Status:	File transfer successful, transferred 6,280 bytes in 1 second
Quote:
Originally Posted by MxxCon
In notepad++ go to "View" menu, "Show Symbol", "Show end of Line". See what kind of characters do you have in your files.
  1. For the UNIX original PHP files it ends with: LF (see screenshot attachment: BEFORE)
  2. For the same PHP file downloaded from my server by FlashFXP is ends with: CR CR LF (see screenshot attachment: AFTER)
Attached Thumbnails
creates double-spaces in a file when I download from server using FlashFXP.-before-jpg   creates double-spaces in a file when I download from server using FlashFXP.-after-jpg  
__________________
My System Info:

App: FlashFXP 4.4.3 (build 2029) [registered]
OS: WinXP Pro
Router: Linksys WRT54G build 5
Firewall: COMODO
Anti-Virus: AVAST
Network: Broadband
ISP: cox.net

Last edited by DJAndre; 12-19-2013 at 03:25 PM.
DJAndre is offline