Go Back   FlashFXP Forums > >

Frequently Asked Questions (FAQ) Answers to common questions, how to guides, and advanced configuration information.

Reply
 
Thread Tools Rate Thread Display Modes
Old 06-26-2012, 09:19 PM   #1
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default [solution] ProFTPD shows symbolic folder links as files

The problem arises from the fact that FlashFXP uses MLSD by default and ProFTPD by default doesn't display symbolic links as folders when using the MLSD command.

A configuration option was added to proftpd to work-around the issue but to the best of my knowledge this is not turned on by default.
The following must be added to the proftpd.conf if it doesn't already exist.

Code:
ShowSymlinks  on

<IfModule mod_facts.c>
    FactsOptions UseSlink
</IfModule>
Additional information regarding this issue can be found on the proftpd.org website
http://bugs.proftpd.org/show_bug.cgi?id=3747

If you do not have root access to the server to change the configuration, there is one other option and that is to force the List Command in FlashFXP from within the Site Manager > site profile > options

Change the List Command from auto detect to LIST

The MLSD command is far superior to the original LIST command and that is why we use MLSD over LIST by default whenever possible.


Last edited by bigstar; 06-26-2012 at 09:24 PM.
bigstar is offline   Reply With Quote
Reply

Tags
command, default, flashfxp, list, mlsd
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:26 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)