Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gozdmei

    copy file to FTP server

    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...
  2. gozdmei

    copy file to FTP server

    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...
  3. gozdmei

    copy file to FTP server

    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.

Part and Inventory Search

Back
Top