Copying files to Raspberry Pi from Windows Fails: "No such file or directory"

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
mbrowne5061
500 Command not understood
Posts: 2
Joined: 2020-07-31 17:54

Copying files to Raspberry Pi from Windows Fails: "No such file or directory"

#1 Post by mbrowne5061 » 2020-07-31 18:05

This is kind of an odd one. I am setting up my raspberry pi to host some media on the network, and things were transferring smoothly, now everything results in an error - but not everything results in a failure. Things were running smoothly, then stopped randomly. If I try to transfer anything over a few KB, I get the "no such file or directory error", and nothing transfers. When I tried transferring a few test plaintext files, I still got the error, but they transferred just fine - I could open them on the pi, and their contents were seemingly intact.

Here is an excerpt from the log:

Code: Select all

Command:	put "F:\Completed Downloads\The Expanse S01-02 BR 10bit hevc-d3g\The Expanse S02 BR 10bit hevc-d3g\The.Expanse.S02E12.The.Monster.and.the.Rocket.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv" "/media/seagate12TB/Downloads/Completed/The Expanse S01-02 BR 10bit hevc-d3g/The Expanse S02 BR 10bit hevc-d3g/The.Expanse.S02E12.The.Monster.and.the.Rocket.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv"
Error:	/media/seagate12TB/Downloads/Completed/The Expanse S01-02 BR 10bit hevc-d3g/The Expanse S02 BR 10bit hevc-d3g/The.Expanse.S02E12.The.Monster.and.the.Rocket.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv: open for write: no such file or directory
Error:	File transfer failed
Error:	get attrs for /media/seagate12TB/Downloads/Completed/The Expanse S01-02 BR 10bit hevc-d3g/The Expanse S02 BR 10bit hevc-d3g/The.Expanse.S02E13.Caliban's.War.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv: no such file or directory
Command:	put "F:\Completed Downloads\The Expanse S01-02 BR 10bit hevc-d3g\The Expanse S02 BR 10bit hevc-d3g\The.Expanse.S02E13.Caliban's.War.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv" "/media/seagate12TB/Downloads/Completed/The Expanse S01-02 BR 10bit hevc-d3g/The Expanse S02 BR 10bit hevc-d3g/The.Expanse.S02E13.Caliban's.War.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv"
Error:	/media/seagate12TB/Downloads/Completed/The Expanse S01-02 BR 10bit hevc-d3g/The Expanse S02 BR 10bit hevc-d3g/The.Expanse.S02E13.Caliban's.War.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv: open for write: no such file or directory
Error:	File transfer failed
Status:	Disconnected from server
Status:	Disconnected from server
Status:	Retrieving directory listing of "/media/seagate12TB/Downloads/Completed"...
Status:	Listing directory /media/seagate12TB/Downloads/Completed
Status:	Directory listing of "/media/seagate12TB/Downloads/Completed" successful
I didn't paste the whole thing over because the error is exactly the same for all transfer attempts, even for the plaintext test files. Any thoughts?

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: Copying files to Raspberry Pi from Windows Fails: "No such file or directory"

#2 Post by boco » 2020-07-31 19:49

Depending on the target's storage filesystem, the remote paths could be too long. Can you try with a much shorter path?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mbrowne5061
500 Command not understood
Posts: 2
Joined: 2020-07-31 17:54

Re: Copying files to Raspberry Pi from Windows Fails: "No such file or directory"

#3 Post by mbrowne5061 » 2020-08-15 00:45

boco wrote:
2020-07-31 19:49
Depending on the target's storage filesystem, the remote paths could be too long. Can you try with a much shorter path?
Length in terms of folder depth, or character count?

It did transfer about half a files at this folder depth, so I don't think it would be that. But if you mean character count, that could be a possibility. I'll need to analyze what successfully transferred VS. what failed.

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: Copying files to Raspberry Pi from Windows Fails: "No such file or directory"

#4 Post by boco » 2020-08-15 03:55

Character count. Limit is usually at ~260 characters for the whole path.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply