Files are getting uploaded with 0 KB size.
We are facing issue in file upload from one server to another server.
Suppose there are 10 files then 5 files are getting uploaded successfully and the remaining file are getting uploaded and stuck with 0 KB or O KB with filepart or some size with filepart.
For Example :
File 1 : abc.xml (size : 90 KB)
File 2 : def.img (size : 1 MB)
File 3 : xyz.img (size : 2053 KB)
then on remote server the above files are as :
File 1 : abc.xml (size : 0 KB)
File 2 : def.img.filepart (size : 0 KB)
File 3 : xyz.img.filepart (size : 1885 KB)
but this is not with all the files. As i said above among 10 files 5 are having such problem.
Log say's as below :
Caught Remote Exception, Remote Directory is \bank_600059000\4669, Error Code:Cannot overwrite remote file '/Folder_1/Folder_2/def.IMG.filepart'.$$
Press 'Delete' to delete the file and create new one instead of overwriting it.$$
General failure (server should provide error description).
Error code: 4
Error message from server: Failed to open local file
Common reasons for the Error code 4 are:
- Renaming a file to a name of already existing file.
- Creating a directory that already exists.
- Moving a remote file to a different filesystem (HDD).
- Uploading a file to a full filesystem (HDD).
- Exceeding a user disk quota.
Need your help.
Thanks.