Hi - saw your post on rclone forum and trying out for 1st time to see how if possible use case for me
Just testing out the software initially and seem to have problem with SFTP backend
Using common rclone.conf file — from WSL the below works with list of folders as expected
rclone lsd backend:
but in rcloneview - when clicking on the tile — just get empty window. Not sure how I can troubleshoot further
1 Like
Hi, thank you for visiting us.
We’ll work on reproducing the issue. Could you please share your SFTP-related rclone.conf file with any personal information masked?
Config
[wsl-core-zt]
type = sftp
host = *******
user = *********
port = 22
key_file = ~/.ssh/keys/for_rclone
key_file = ~/.ssh/id_rsa
pubkey_file = ~/.ssh/id_rsa
md5sum_command = md5sum
sha1sum_command = sha1sum
shell_type = unix
Hi,
Thank you for providing the configuration.
We tested SFTP with a PEM-encoded RSA key file, and it worked without any issues.
Please check the application log, which can be accessed in the General Settings. I hope this helps you identify the cause of the issue.
The problem seems to arise because the rclone conf location for my WSL is
\wsl$\Ubuntu-18.04\home\kelly
but for Windows install - the problem hard codes to looking in user folder -
C:\users[username].ssh
Suggest to have this to be a user selectable setting in future release.