Just downloaded and starting using the portable version of FileZilla client.
So far great stuff, but today ran into one problem that I researched , found one solution for, but seems not to solve the problem for me.
I have one site that does auto backup , file names as such...
" .backup.2013-05-04-23-01-12.zip " .
or
" site name.random-suffix "
On my old fpt client, I can see all the files, but with FileZilla I can't = can only see the .htaccess file.
I tried the Menu>Server>(checked)Force Showing Hidden Files
Still can't see them.
I enabled the debug as I've seen asked for in past posts asking about the same problem..
from log:
Status: Retrieving directory listing...
Command: CWD /usr/home/sitename/public_html/sitename/wp/wp-content/backups
Response: 250 "/usr/home/sitename/public_html/sitename/wp/wp-content/backups" is new cwd.
Command: PWD
Response: 257 "/usr/home/sitename/public_html/sitename/wp/wp-content/backups" is cwd.
Command: PASV
Response: 227 Entering Passive Mode (IP,IP,IP,IP,IP,IP)
Command: MLSD
Response: 150 Data connection accepted from IP.IP.IP.IP:49268; transfer starting.
Response: 226 Listing completed.
Listing: Type=cdir;Modify=20130509153253;Perm=elcmpdf;UNIX.mode=0755;UNIX.owner=sitename;UNIX.uid=3509;UNIX.group=users;UNIX.gid=1000; /usr/home/sitename/public_html/sitename/wp/wp-content/backups
Listing: Type=pdir;Modify=20110908231853;UNIX.mode=0757;UNIX.owner=sitename;UNIX.uid=3509;UNIX.group=users;UNIX.gid=1000; /usr/home/sitename/public_html/sitename/wp/wp-content
Listing: Type=file;Size=61;Modify=20110626234633;Perm=rwadf;UNIX.mode=0644;UNIX.owner=sitename;UNIX.uid=3509;UNIX.group=users;UNIX.gid=1000; .htaccess
Status: Directory listing successful
Status: Sending keep-alive command
TIA !