question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show .htaccess files on server

See original GitHub issue

Hi 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:open
  • Created a year ago
  • Comments:26 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Natizyskunkcommented, Nov 12, 2022

@lucaele, Yes that’s because when you’re using the sftp protocol, we set the parameter showHiddenFiles to TRUE in the list() command but when using the ftp protocol, we set the parameter showHiddenFiles to FALSE in the list() command that has the effect to remove the -al options from the ftp LIST command.

@janis-ps, Thanks, I will take a look at it more in depth.

1reaction
NyaPPuucommented, Oct 7, 2022

@Natizyskunk from server In my case file is in /etc/vsftpd.conf

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found