Ftp mount on lan

I would use rclone to simply mount a local USB disk connected to my router via ftp in windows to a local drive letter W: The reason is that ftp protocol is twice faster than smb protocol.

I used this command to mount the ftp resource on windows:

rclone.exe mount nas_ftp: W:

rclone ftp config

Options:
- type: ftp
- host: 192.168.2.1
- user: makksi
- pass: *** ENCRYPTED ***

What happens is that the transfer start with great speed (100MBs) than after few seconds it hangs with the following errors:

2023/02/13 01:19:55 ERROR : NAS/FILM/7.Ore.Per.Farti.Innamorare.2020.iTALiAN.AC3.WEBDL.XviD-oDySSey.avi: ReadFileHandle.Read error: low level retry 1/10: 1 error occurred:
        * 426 Failure writing network stream.

2023/02/13 01:19:55 ERROR : NAS/FILM/7.Ore.Per.Farti.Innamorare.2020.iTALiAN.AC3.WEBDL.XviD-oDySSey.avi: ReadFileHandle.Read error: low level retry 2/10: open: write tcp 192.168.2.2:53343->192.168.2.1:21: use of closed network connection
2023/02/13 01:19:55 ERROR : NAS/FILM/2022 - Minions 2.mkv: ReadFileHandle.Release error: 1 error occurred:
        * 426 Failure writing network stream.

2023/02/13 01:19:55 ERROR : IO error: 1 error occurred:
        * 426 Failure writing network stream.

2023/02/13 01:19:55 ERROR : NAS/FILM/7.Ore.Per.Farti.Innamorare.2020.iTALiAN.AC3.WEBDL.XviD-oDySSey.avi: ReadFileHandle.Release error: 1 error occurred:
        * 426 Failure writing network stream.

2023/02/13 01:19:55 ERROR : IO error: 1 error occurred:
        * 426 Failure writing network stream.

2023/02/13 01:19:55 ERROR : NAS/FILM/2018 A star is born.mp4: ReadFileHandle.Read error: low level retry 1/10: 1 error occurred:
        * 426 Failure writing network stream.

2023/02/13 01:19:55 ERROR : NAS/FILM/2018 A star is born.mp4: ReadFileHandle.Read error: low level retry 2/10: open: write tcp 192.168.2.2:53350->192.168.2.1:21: use of closed network connection
2023/02/13 01:19:55 ERROR : NAS/FILM/2018 A star is born.mp4: ReadFileHandle.Read error: low level retry 1/10: 1 error occurred:
        * 426 Failure writing network stream.

rclone version

rclone v1.61.1
- os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
- os/kernel: 10.0.22621.1194 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.19.4
- go/linking: static
- go/tags: cmount

Looks like the other side closed the connection.

Perhaps tune down the connection.

Which option are you referring to?

Perhaps you were referring to option --bwlimit

I tried to use that bu still same issue.

Any other ideas?

No, the concurrency:

You can try adjusting it down and start at 1 and work your way up.

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