Show .htaccess files on server
See original GitHub issueHi there, is there any chance we get the option to enable showing .htaccess files on the server? Maybe something one could add inside sftp.json, like so:
{
...
"showHiddenFiles": true
...
}
Thanks in advance!
Does this project help you?
- Yes. SFTP IS AWESOME!
Issue Analytics
- State:
- Created a year ago
- Comments:26 (9 by maintainers)
Top Results From Across the Web
Viewing Hidden Files (htaccess) in cPanel's File Manager
Under Files click File Manager · Slick Settings in the upper right corner · Select your Document Root and check the box for...
Read more >How to Locate and Create the .htaccess File – A Step-by-Step ...
If you can't find the file, go to the Settings on the upper right menu and tick the Show Hidden Files option to...
Read more >How To Use the .htaccess File - DigitalOcean
An .htaccess file is used for an Apache web server as a way to configure the details of your website without altering the...
Read more >Apache HTTP Server Tutorial: .htaccess files
.htaccess files (or "distributed configuration files") provide a way to make configuration changes on a per-directory basis. A file, containing one ...
Read more >How to show hidden files (.htaccess) in cPanel File Manager
Log into your cPanel account · Go to File Manager (Files Section) · Click the top-right Settings button. · Then on the Preferences...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lucaele, Yes that’s because when you’re using the sftp protocol, we set the parameter
showHiddenFiles
to TRUE in thelist()
command but when using the ftp protocol, we set the parametershowHiddenFiles
to FALSE in thelist()
command that has the effect to remove the-al
options from the ftpLIST
command.@janis-ps, Thanks, I will take a look at it more in depth.
@Natizyskunk from server In my case file is in /etc/vsftpd.conf