How to set directory listing command?
I'm trying to follow the instructions here, but the directory listing section is missing. I'm running the latest beta Version 5.18.2 beta (Build 11097)
Advertisement
Advertisement
What are you trying to achieve?To reveal this page you need to select SCP on Login dialog. Some of the options are available even for SFTP file protocol with page being labeled Shell.
sudo
for directory listings. I have configured sudo
with the NOPASSWD
option on the server.
sudo -s
has no effect. So I thought I would add sudo
to the directory listing command instead. But SCP connections don't work at all.
Advertisement
The article shows even necessary WinSCP configuration. Notably:Those are the instructions I followed to configure the server. Now I'm trying to configure WinSCP.
With SFTP protocol, you can use SFTP server option on SFTP page of Advanced Site Settings dialog to execute SFTP binary under a different user. With OpenSSH server, you can specify:
...sudo /bin/sftp-server
Advertisement
You can post new topics in this forum