PDA

View Full Version : Hidden files difficulty


wanstor
07-26-2011, 05:47 AM
After having browsed the forums here and elsewhere looking for a solution, I am on the verge of returning to Filezilla, for how hard it is to make 'hidden' (CHMOD-diverse) files show up in FlashFXP, and how easy it is to see them in FZ (even if you need to SSH/CHMOD the files to actually have control over them).

Is there any thorough troubleshooting walk-through for resolving this issue, anywhere?

MxxCon
07-26-2011, 07:20 AM
What's so difficult about pressing F6, Connectoin, FTP, List Parameters or F4, Site, Options tab?

bigstar
07-26-2011, 08:52 AM
The visibility of a file or folder is determined by the server configuration.

When using FTP there are the normal listing and an advanced listing that includes files that are hidden by default. To see these files you need to use the LIST command and set the list parameter to "show hidden files".

By default FlashFXP will use the MLSD command because this format has many advantages over the old LIST style format which was never intended to be machine parsed by FTP clients. However the MLSD command does not support the same parameters as the LIST command.

Almost all FTP servers can be configured to show hidden files (all files) when using MLSD or regular list, however since this is not the typical behavior, most FTP servers do not use this setting as default.

johnpaulmathew
08-08-2011, 03:20 AM
How the visibility of a file or folder is determined by the server configuration?