The app doesn't yet provide a way to set a default SFTP path for a host / local host.
However, here's what you can do in the case an OpenSSH server:
- Open the sshd_config file on the server you're connecting to.
- Add
-d "<path>"
at the end of the line beginning withSubsystem sftp
, e.g:Subsystem sftp /usr/libexec/sftp-server -d "/home/etc/www/Mysite/plugins"
<path>
will act as the default SFTP directory on this server.
22
-4
Was this article helpful?
9 out of 22 found this helpful
Articles in this section
- How can I enable Split View?
- How do I cancel the trial period?
- How to copy/paste in the desktop app?
- How to adjust text size?
- What happens when my Pro subscription expires?
- Can the mobile ('strip') keyboard be customized?
- How do I search in the terminal?
- How do I set a default SFTP path?
- How can I request a refund?
- What does "Store on Device" mean in the FIDO2 key generation form?
Add comment
Please sign in to leave a comment.