Rclone copy to ftp error with Put mkParentDir failed

What is the problem you are having with rclone?

rclone copy to ftp failed with error - Put mkParentDir failed

What is your rclone version (output from rclone version)

v1.53.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 16.04 64 bit

Which cloud storage system are you using? (eg Google Drive)

ftp

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone config create one-ftp ftp host ftp.HIDDEN.HIDDEN.com port 21 user 'Entel3@HIDDEN.HIDDEN.com' pass 'jsDQhOofs6)#N!i3KU' tls false explicit_tls true no_check_certificate true
rclone copy abc.txt one-ftp:/test/ -vv

The rclone config contents with secrets removed.

[one-ftp]
type = ftp
tls = false
explicit_tls = true
no_check_certificate = true
host = ftp.HIDDEN.HIDDEN.com
port = 21
user = Entel3@HIDDEN.HIDDEN.com
pass = *** ENCRYPTED ***
--------------------

A log from the command with the -vv flag

rclone copy abc.txt one-ftp:/test/ -vv
2021/01/15 10:50:59 DEBUG : rclone: Version "v1.53.1" starting with parameters ["rclone" "copy" "abc.txt" "one-ftp:/test/" "-vv"]
2021/01/15 10:50:59 DEBUG : Creating backend with remote "abc.txt"
2021/01/15 10:50:59 DEBUG : Using config file from "/Users/vcxlp35/.config/rclone/rclone.conf"
2021/01/15 10:50:59 DEBUG : fs cache: adding new entry for parent of "abc.txt", "/Users/vcxlp35"
2021/01/15 10:50:59 DEBUG : Creating backend with remote "one-ftp:/test/"
2021/01/15 10:50:59 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:04 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:04 ERROR : Attempt 1/3 failed with 1 errors and: EOF
2021/01/15 10:51:04 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:09 DEBUG : abc.txt: Need to transfer - File not found at Destination
2021/01/15 10:51:09 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:09 DEBUG : abc.txt: Received error: Put mkParentDir failed: mkdir "/test" failed: EOF - low level retry 1/10
2021/01/15 10:51:09 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:15 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:15 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 2/10
2021/01/15 10:51:15 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:20 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:20 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 3/10
2021/01/15 10:51:20 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:25 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:25 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 4/10
2021/01/15 10:51:25 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:31 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:31 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 5/10
2021/01/15 10:51:31 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:36 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:36 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 6/10
2021/01/15 10:51:36 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:41 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:41 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 7/10
2021/01/15 10:51:41 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:46 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:46 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 8/10
2021/01/15 10:51:46 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:51 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:51 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 9/10
2021/01/15 10:51:51 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:51:56 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:51:56 ERROR : abc.txt: Failed to copy: Put mkParentDir failed: EOF
2021/01/15 10:51:56 ERROR : Attempt 2/3 failed with 1 errors and: Put mkParentDir failed: EOF
2021/01/15 10:51:56 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:01 DEBUG : abc.txt: Need to transfer - File not found at Destination
2021/01/15 10:52:01 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:01 DEBUG : abc.txt: Received error: Put mkParentDir failed: mkdir "/test" failed: EOF - low level retry 1/10
2021/01/15 10:52:01 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:04 INFO  : 
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Transferred:            0 / 1, 0%
Elapsed time:       1m5.3s
Transferring:
 *                                       abc.txt:  0% /0, 0/s, -

2021/01/15 10:52:07 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:07 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 2/10
2021/01/15 10:52:07 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:12 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:12 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 3/10
2021/01/15 10:52:12 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:17 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:17 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 4/10
2021/01/15 10:52:17 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:22 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:22 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 5/10
2021/01/15 10:52:22 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:27 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:27 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 6/10
2021/01/15 10:52:27 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:33 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:33 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 7/10
2021/01/15 10:52:33 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:38 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:38 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 8/10
2021/01/15 10:52:38 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:43 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:43 DEBUG : abc.txt: Received error: Put mkParentDir failed: EOF - low level retry 9/10
2021/01/15 10:52:43 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/15 10:52:49 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/15 10:52:49 ERROR : abc.txt: Failed to copy: Put mkParentDir failed: EOF
2021/01/15 10:52:49 ERROR : Attempt 3/3 failed with 1 errors and: Put mkParentDir failed: EOF
2021/01/15 10:52:49 INFO  : 
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:      1m50.2s

2021/01/15 10:52:49 DEBUG : 22 go routines active
2021/01/15 10:52:49 Failed to copy: Put mkParentDir failed: EOF

hi,
that might have been fixed with the latest version.
so update to latest stable and test again.

Current latest version is v1.53.3 and I had v1.53.1. Anyways, I have installed latest version v1.53.3 but still the same issue.

the reason i mentioned it was this
Sftp sync breaks after a few files

the test folder, is that /test or relative to the user's home dir?

Path is not an issue. I have redacted / removed actual path before posting here.
Just to give you more information, it is working fine when Rclone config without specifying explicit_tls. But I want to secure file transfer.

you have both of those values coded in both in the config and in the command.
that can be a problem, i think they are mutually exclusive.

having both of those values is not any issue. Anyways, I have used only explicit_tls true and tested it and still the exactly same issue.

@asdffdsa, do you have any suggestion. Please let me know if you require further details.

Can you try a connection with -vv --dump bodies --retries 1 --low-level-retries 1 and post the result please?

1 Like
$ rclone copy /Users/vcxlp35/abc.txt 2-ftp:/test -vv --dump bodies --retries 1 --low-level-retries 1
2021/01/18 15:38:30 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rclone" "copy" "abc.txt" "2-ftp:/test" "-vv" "--dump" "bodies" "--retries" "1" "--low-level-retries" "1"]
2021/01/18 15:38:30 DEBUG : Creating backend with remote "abc.txt"
2021/01/18 15:38:30 DEBUG : Using config file from "/Users/vcxlp35/.config/rclone/rclone.conf"
2021/01/18 15:38:30 DEBUG : fs cache: adding new entry for parent of "abc.txt", "/Users/vcxlp35"
2021/01/18 15:38:30 DEBUG : Creating backend with remote "2-ftp:/test"
2021/01/18 15:38:30 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connecting to FTP server
2021/01/18 15:38:30 DEBUG : FTP Rx: "220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------"
2021/01/18 15:38:30 DEBUG : FTP Rx: "220-You are user number 1 of 500 allowed."
2021/01/18 15:38:30 DEBUG : FTP Rx: "220-Local time is now 03:08. Server port: 21."
2021/01/18 15:38:30 DEBUG : FTP Rx: "220-This is a private system - No anonymous login"
2021/01/18 15:38:30 DEBUG : FTP Rx: "220-IPv6 connections are also welcome on this server."
2021/01/18 15:38:30 DEBUG : FTP Rx: "220 You will be disconnected after 15 minutes of inactivity."
2021/01/18 15:38:30 DEBUG : FTP Tx: "AUTH TLS"
2021/01/18 15:38:31 DEBUG : FTP Rx: "234 AUTH TLS OK."
2021/01/18 15:38:31 DEBUG : FTP Tx: "FEAT"
2021/01/18 15:38:32 DEBUG : FTP Rx: "211-Extensions supported:"
2021/01/18 15:38:32 DEBUG : FTP Rx: " EPRT"
2021/01/18 15:38:32 DEBUG : FTP Rx: " IDLE"
2021/01/18 15:38:32 DEBUG : FTP Rx: " MDTM"
2021/01/18 15:38:32 DEBUG : FTP Rx: " SIZE"
2021/01/18 15:38:32 DEBUG : FTP Rx: " MFMT"
2021/01/18 15:38:32 DEBUG : FTP Rx: " REST STREAM"
2021/01/18 15:38:32 DEBUG : FTP Rx: " MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;"
2021/01/18 15:38:32 DEBUG : FTP Rx: " MLSD"
2021/01/18 15:38:32 DEBUG : FTP Rx: " AUTH TLS"
2021/01/18 15:38:32 DEBUG : FTP Rx: " PBSZ"
2021/01/18 15:38:32 DEBUG : FTP Rx: " PROT"
2021/01/18 15:38:32 DEBUG : FTP Rx: " UTF8"
2021/01/18 15:38:32 DEBUG : FTP Rx: " TVFS"
2021/01/18 15:38:32 DEBUG : FTP Rx: " ESTA"
2021/01/18 15:38:32 DEBUG : FTP Rx: " PASV"
2021/01/18 15:38:32 DEBUG : FTP Rx: " EPSV"
2021/01/18 15:38:32 DEBUG : FTP Rx: " SPSV"
2021/01/18 15:38:32 DEBUG : FTP Rx: " ESTP"
2021/01/18 15:38:32 DEBUG : FTP Rx: "211 End."
2021/01/18 15:38:32 DEBUG : FTP Tx: "USER HIDDEN”
2021/01/18 15:38:32 DEBUG : FTP Rx: "331 User HIDDEN OK. Password required"
2021/01/18 15:38:32 DEBUG : FTP Tx: PASS *****
2021/01/18 15:38:32 DEBUG : FTP Rx: "230-Your bandwidth usage is restricted"
2021/01/18 15:38:32 DEBUG : FTP Rx: "230 OK. Current restricted directory is /"
2021/01/18 15:38:32 DEBUG : FTP Tx: "TYPE I"
2021/01/18 15:38:32 DEBUG : FTP Rx: "200 TYPE is now 8-bit binary"
2021/01/18 15:38:32 DEBUG : FTP Tx: "OPTS UTF8 ON"
2021/01/18 15:38:33 DEBUG : FTP Rx: "200 OK, UTF-8 enabled"
2021/01/18 15:38:33 DEBUG : FTP Tx: "PBSZ 0"
2021/01/18 15:38:33 DEBUG : FTP Rx: "200 PBSZ=0"
2021/01/18 15:38:33 DEBUG : FTP Tx: "PROT P"
2021/01/18 15:38:33 DEBUG : FTP Rx: "200 Data protection level set to \"private\""
2021/01/18 15:38:33 DEBUG : FTP Tx: "EPSV"
2021/01/18 15:38:34 DEBUG : FTP Rx: "229 Extended Passive mode OK (|||50018|)"
2021/01/18 15:38:34 DEBUG : FTP Tx: "MLSD /"
2021/01/18 15:38:34 DEBUG : FTP Rx: "150 Accepted data connection"
2021/01/18 15:38:35 DEBUG : FTP Tx: "EPSV"
2021/01/18 15:38:35 DEBUG : FTP Tx: "PASV"
2021/01/18 15:38:35 DEBUG : FTP Tx: "NOOP"
2021/01/18 15:38:35 DEBUG : ftp://ftp.HIDDEN.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/18 15:38:35 DEBUG : FTP Tx: "QUIT"
2021/01/18 15:38:35 ERROR : Attempt 1/1 failed with 1 errors and: EOF
2021/01/18 15:38:35 INFO  : 
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         5.3s

2021/01/18 15:38:35 DEBUG : 4 go routines active
2021/01/18 15:38:35 Failed to copy: EOF

So it looks like you had one connection and it failed to open the next connection. Maybe it is limiting you to only one connection.

Try setting concurrency = 1 in your config file or use the flag --ftp-concurrency 1.

To reduce the number of connections rclone attempts you should combine this with --transfers 1 --checkers 1 --check-first

1 Like

Thanks for your quick response. Issue still the same.

rclone config -

[4-ftp]
type = ftp
host = ftp.HIDDEN.com
user = user@HIDDEN.com
pass = ********
explicit_tls = true
concurrency = 1
no_check_certificate = true

rclone copy -

rclone copy /Users/vcxlp35/abc.txt 4-ftp:/test -vv --dump bodies --retries 1 --low-level-retries 1
2021/01/18 16:28:24 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rclone" "copy" "/Users/vcxlp35/abc.txt" "4-ftp:/test" "-vv" "--dump" "bodies" "--retries" "1" "--low-level-retries" "1"]
2021/01/18 16:28:24 DEBUG : Creating backend with remote "/Users/vcxlp35/abc.txt"
2021/01/18 16:28:24 DEBUG : Using config file from "/Users/vcxlp35/.config/rclone/rclone.conf"
2021/01/18 16:28:24 DEBUG : fs cache: adding new entry for parent of "/Users/vcxlp35/abc.txt", "/Users/vcxlp35"
2021/01/18 16:28:24 DEBUG : Creating backend with remote "4-ftp:/test"
2021/01/18 16:28:24 DEBUG : ftp://ftp.HIDDEN.com:21/test: Connecting to FTP server
2021/01/18 16:28:25 DEBUG : FTP Rx: "220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------"
2021/01/18 16:28:25 DEBUG : FTP Rx: "220-You are user number 1 of 500 allowed."
2021/01/18 16:28:25 DEBUG : FTP Rx: "220-Local time is now 03:58. Server port: 21."
2021/01/18 16:28:25 DEBUG : FTP Rx: "220-This is a private system - No anonymous login"
2021/01/18 16:28:25 DEBUG : FTP Rx: "220-IPv6 connections are also welcome on this server."
2021/01/18 16:28:25 DEBUG : FTP Rx: "220 You will be disconnected after 15 minutes of inactivity."
2021/01/18 16:28:25 DEBUG : FTP Tx: "AUTH TLS"
2021/01/18 16:28:25 DEBUG : FTP Rx: "234 AUTH TLS OK."
2021/01/18 16:28:25 DEBUG : FTP Tx: "FEAT"
2021/01/18 16:28:26 DEBUG : FTP Rx: "211-Extensions supported:"
2021/01/18 16:28:26 DEBUG : FTP Rx: " EPRT"
2021/01/18 16:28:26 DEBUG : FTP Rx: " IDLE"
2021/01/18 16:28:26 DEBUG : FTP Rx: " MDTM"
2021/01/18 16:28:26 DEBUG : FTP Rx: " SIZE"
2021/01/18 16:28:26 DEBUG : FTP Rx: " MFMT"
2021/01/18 16:28:26 DEBUG : FTP Rx: " REST STREAM"
2021/01/18 16:28:26 DEBUG : FTP Rx: " MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;"
2021/01/18 16:28:26 DEBUG : FTP Rx: " MLSD"
2021/01/18 16:28:26 DEBUG : FTP Rx: " AUTH TLS"
2021/01/18 16:28:26 DEBUG : FTP Rx: " PBSZ"
2021/01/18 16:28:26 DEBUG : FTP Rx: " PROT"
2021/01/18 16:28:26 DEBUG : FTP Rx: " UTF8"
2021/01/18 16:28:26 DEBUG : FTP Rx: " TVFS"
2021/01/18 16:28:26 DEBUG : FTP Rx: " ESTA"
2021/01/18 16:28:26 DEBUG : FTP Rx: " PASV"
2021/01/18 16:28:26 DEBUG : FTP Rx: " EPSV"
2021/01/18 16:28:26 DEBUG : FTP Rx: " SPSV"
2021/01/18 16:28:26 DEBUG : FTP Rx: " ESTP"
2021/01/18 16:28:26 DEBUG : FTP Rx: "211 End."
2021/01/18 16:28:26 DEBUG : FTP Tx: "USER HIDDEN@HIDDEN.com"
2021/01/18 16:28:26 DEBUG : FTP Rx: "331 User HIDDEN@HIDDEN.com OK. Password required"
2021/01/18 16:28:26 DEBUG : FTP Tx: PASS *****
2021/01/18 16:28:26 DEBUG : FTP Rx: "230-Your bandwidth usage is restricted"
2021/01/18 16:28:26 DEBUG : FTP Rx: "230 OK. Current restricted directory is /"
2021/01/18 16:28:26 DEBUG : FTP Tx: "TYPE I"
2021/01/18 16:28:27 DEBUG : FTP Rx: "200 TYPE is now 8-bit binary"
2021/01/18 16:28:27 DEBUG : FTP Tx: "OPTS UTF8 ON"
2021/01/18 16:28:27 DEBUG : FTP Rx: "200 OK, UTF-8 enabled"
2021/01/18 16:28:27 DEBUG : FTP Tx: "PBSZ 0"
2021/01/18 16:28:27 DEBUG : FTP Rx: "200 PBSZ=0"
2021/01/18 16:28:27 DEBUG : FTP Tx: "PROT P"
2021/01/18 16:28:28 DEBUG : FTP Rx: "200 Data protection level set to \"private\""
2021/01/18 16:28:28 DEBUG : FTP Tx: "EPSV"
2021/01/18 16:28:28 DEBUG : FTP Rx: "229 Extended Passive mode OK (|||50192|)"
2021/01/18 16:28:28 DEBUG : FTP Tx: "MLSD /"
2021/01/18 16:28:29 DEBUG : FTP Rx: "150 Accepted data connection"
2021/01/18 16:28:29 DEBUG : FTP Tx: "EPSV"
2021/01/18 16:28:29 DEBUG : FTP Tx: "PASV"
2021/01/18 16:28:29 DEBUG : FTP Tx: "NOOP"
2021/01/18 16:28:29 DEBUG : ftp://ftp.HIDDEN.com:21/test: Connection failed, closing: EOF
2021/01/18 16:28:29 DEBUG : FTP Tx: "QUIT"
2021/01/18 16:28:29 ERROR : Attempt 1/1 failed with 1 errors and: EOF
2021/01/18 16:28:29 INFO  : 
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         5.3s

2021/01/18 16:28:29 DEBUG : 4 go routines active
2021/01/18 16:28:29 Failed to copy: EOF

Is this failing because the passive mode port range is being firewalled?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.