Downloads keep failing from remote server to unraid server. Keep getting error 426 error writing network stream. Sometimes the downloads will succeed with the retries but sometimes they'll fail outright. I've searched and there is nothing on rclone forums about this specific issue. Is there a flag or setting I'm missing? Thank you!
I'm downloading from a remote server (FTP) to my local unraid server - rclone is on my local unraid server.
Run the command 'rclone version' and share the full output of the command.
rclone v1.60.0
os/version: slackware 15.0+ (64 bit)
os/kernel: 5.19.14-Unraid (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.19.2
go/linking: static
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
FTP (remote server)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone copy "usb:jdownloader2/four" "/mnt/user/data/media/tvshows/Four More Shots Please!" -Pvv --log-file=/mnt/user/files/ksp/logs/rclone-copy.txt
The rclone config contents with secrets removed.
[gdrive]
client_id = id
client_secret = secret
type = drive
server_side_across_configs = true
token = {token}
[gcrypt]
type = crypt
remote = gdrive:/encrypt
filename_encryption = standard
directory_name_encryption = true
password = pass1
password2 = pass2
[usb]
type = ftp
host = host
user = user
pass = pass
explicit_tls = true
no_check_certificate = true
[usb2]
type = sftp
host = host
user = user
pass = pass
shell_type = unix
no_check_certificate = true
md5sum_command = md5sum
sha1sum_command = sha1sum
Hey thank you! How would I try different FTP clients?
Also, no usb2 was just my attempt at using sftp but there was no difference - errors persisted in both and I ended up reverting back to using just usb because I was running into other issues with sftp.
Here is the log with --dump=headers on a subsequent retry (download hasn't finished, it keeps restarting for some reason...): Log File
Usb2 does point to the same server as usb (but honestly am going to remove it - not needed) and ah I thought you meant within rclone. I have used winscp, cyberduck, and countless others and they all are fine with connecting and uploading/downloading from the server. This network stream issue only occurs with rclone.