I am getting an error when transferring files to a certain server. This server is the only one that is giving this error (I can transfer the same files to a different server without any issues)
Here is the error they give
Zero filesize at uu.cgi line 47.
For help, please send mail to the webmaster ([email protected]), giving this error message and the time and date of the error.
Sending 00042/0jzh22gjsw7r...
Here is that line in the trouble server's uu.cgi file
Code: Select all
die("Zero filesize") if !-s "$dir/$dx/$file1";
Only different between this server and any other server is that it's data is located at /data/file_serv
While on other servers data is located at /home/file_serv
Can anybody suggest a solution to this issue?
Thanks in advance.
[/quote]