FileCentipede icon indicating copy to clipboard operation
FileCentipede copied to clipboard

Unable to move file to network drive

Open NgeRSE opened this issue 11 months ago • 4 comments

I cannot move file to my local NAS, network drive. Got this error "task_move:invalid directory" OS: Windows 11

version(>=2.0) : 2.82

screenshot: image

URL:

.......

NgeRSE avatar Apr 01 '24 01:04 NgeRSE

The Windows API MoveFile only works on hard drives.

filecxx avatar Apr 06 '24 00:04 filecxx

The Windows API MoveFile only works on hard drives.

can it be fixed?

NgeRSE avatar Apr 06 '24 03:04 NgeRSE

No easy way, but yes.

filecxx avatar Apr 06 '24 04:04 filecxx

No easy way, but yes.

I'm facing this when setting a Network Drive as the storage space for downloading files. When I download a file after choosing the default path, any file downloaded fails with "Create directory error", so I cannot automatically downloads files to my NAS.

LokeYourC3PH avatar Jun 12 '24 19:06 LokeYourC3PH