I’m not sure if this is an issue with FTP in general or using Box.com ’s FTP implementation with rclone.
It seems to not be creating directories.
2018/04/07 12:43:21 ERROR : Scene_029_Toy_Story/Images_Scene029/Gallery_Scene029/BaDoink.com_Jenna_J_Ross_Toy_Story_IMG001.jpg: Failed to copy: Put mkParentDir failed: mkdir “Filezilla/01_BADOINK_HD_ASSETS/Scene_029_Toy_Story/Images_Scene029/Gallery_Scene029” failed: 450 Non-existing file
2018/04/07 12:43:22 ERROR : Scene_023_Blacklisted/Images_Scene023/Magazine_Thumbs/03_330x400.jpg: Failed to copy: Put mkParentDir failed: mkdir “Filezilla/01_BADOINK_HD_ASSETS/Scene_023_Blacklisted/Images_Scene023/Magazine_Thumbs” failed: 450 Non-existing file
ncw
(Nick Craig-Wood)
April 8, 2018, 5:13pm
2
What that is saying is that it is having trouble creating the parent directory for an upload.
However what is failing is the test to see if the directory exists… I wonder if box is returning error 450 instead of error 550 here like it is supposed to… Error 550 is what rclone is expecting when it tries to list a non existent directory and that is 550 Requested action not taken. File unavailable (e.g., file not found, no access)
however error 450 is 450 Requested file action not taken.
…
Can you try this work-around?
https://beta.rclone.org/v1.40-057-g4fd65ddb-fix-box-ftp/ (uploaded in 15-30 mins)
ncw
(Nick Craig-Wood)
April 21, 2018, 8:15am
3
Dit that work-around work? Just wondering whether to merge it or not.
ncw
(Nick Craig-Wood)
April 26, 2018, 2:00pm
4
I decided to merge the fix anyway
https://beta.rclone.org/v1.40-126-gae562b5a/ (uploaded in 15-30 mins)
This will be in the latest beta from now on and in 1.41.
Let me know if it works!
Thanks
Sorry about that. I’ve decided to drop box and focus on Dropbox instead. It’s much nicer for the most part.
ncw
(Nick Craig-Wood)
April 26, 2018, 3:05pm
6
OK, no worries!
PS I had to read “I’ve decided to drop box and focus on Dropbox” quite a few times before I managed to parse it properly