From a web application i need to upload an image by ftp, I’m using ftpClient class and it works when I upload a file executing the application from my computer, but when the application is up in the server and i try to upload a file, it does upload a file, but size 0 bytes, I mean, it does not upload the file content. Can somebody tells me why?