Displaying 1 result from an estimated 1 matches for "mysftp".
Did you mean:
myftp
2018 Jan 04
2
SFTP chroot: Writable root
...ith one exception:
The root directory is not writable.
The above docs give a hint how to work around this.
But this is just a work-around.
In my context I need a writable (ch)root directory.
Is there a way to get both?
- chroot
- writable root
Currently it does not work
===> sftp mysftpuser at remote-host: <<< $'put foo.txt'
Connected to remote-host.
Changing to: /
sftp> put foo.txt
Uploading foo.txt to /foo.txt
remote open("/foo.txt"): Permission denied
Here the permissions:
remote-host:~ # ls -ld /home/mysftp/
drwxr-xr-x 2 root root 4096 Dez 20 1...