Hologram, I tried your code and it works!!! I tried TelnetOutputStream too...
try {
ftpClient client = new ftpClient();
client.openServer(server);
client.login(user, passwd);
client.binary();
client.cd("MISC");
File file_in= new...
I tried Frag's code but I got the following exception:
"protocol doesn't support output"
I don't have any permission or authenticity problems because when I open the ftp site with my browser with the same user I used in my code , I can change a file on the server or put a new file to...
Hi there, I need to copy a file from my computer (windows 2000) to an FTP site. I need to find a java code to perform this. If you can help me, I will be pleased. Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.