Sentora Support Forums
FTP Not Showing dot or Hidden Files. - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: FTP Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=39)
+---- Thread: FTP Not Showing dot or Hidden Files. (/showthread.php?tid=691)



FTP Not Showing dot or Hidden Files. - dracodennis - 12-01-2014

Hello this is not a request for help, this is a solution to an issue (for some) I found and I figured I would share.

First open the proftpd-mysql.conf located in:

/etc/sentora/configs/proftpd/

Then add this code to the bottom:

<GLOBAL>
ListOptions "-la"
</GLOBAL>

Restart the proftpd server in terminal by typing "service proftpd restart" **NOTE you must be root.**

And your hidden files become visible in FTP.


RE: FTP Not Showing dot or Hidden Files. - Me.B - 12-01-2014

OK good point.