List failed: dirExists stat failed: sftp: "Folder not found:
What is your rclone version (output from rclone version)
rclone v1.51.0
os/arch: linux/amd64
go version: go1.13.7
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone ls --config=tmp.conf data-dir:
The rclone config contents with secrets removed.
[conf-s3]
type = s3
env_auth = true
region = region
location_constraint = region
[data-dir]
type = sftp
host = host_ip
user = user
pass = paswd
port = fixed_port_no
A log from the command with the -vv flag
2021/02/08 03:16:49 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "ls" "-vv" "--config=tmp.conf" "data-dir:"]
2021/02/08 03:16:49 DEBUG : Using config file from "/tmp.conf"
2021/02/08 03:16:49 DEBUG : sftp://user@ftp.website.com:22/: New connection ip:port->ip2:port2 to "SSH-2.0-WS_FTP-SSH_7.6.3"
2021/02/08 03:16:51 ERROR : History: error listing: List failed: dirExists stat failed: sftp: "Folder not found: History" (SSH_FX_FAILURE)
2021/02/08 03:16:51 Failed to ls with 2 errors: last error was: List failed: dirExists stat failed: sftp: "Folder not found: History" (SSH_FX_FAILURE)