FTP upload problem

Jumusa

New member
Joined
Oct 10, 2012
Messages
3
Hi,

I FTP uploaded file with size of 500mb without problem, but it disappears from the uploaded folder. Is there a limit or what is happening?
 
Hello,

That might be quota/innodes related issue or you've got a limit of a file size. Run as user in SSH:

Code:
ulimit -a | grep 'file size'
 
I FTP uploaded file with size of 500mb without problem, but it disappears from the uploaded folder. Is there a limit or what is happening?
Do you mean a special upload folder for anonymous ftp? Most ftp systems by default don't allow contents of such folders to be read by ftp; only admin can read them, and only from shell.

That's to protect upload file so people cannot use it without permission to transfer files to each other.

Jeff
 
Back
Top