CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    3

    java application doing ftp-upload?

    I want to use Java to connect to a ftp-server and upload a file. Or create a file. The problem
    is also, how do I set login/password for the ftp-server? Anyone?

    Thanks!




  2. #2
    Join Date
    Aug 1999
    Posts
    11

    Re: java application doing ftp-upload?

    hi,
    u can do this with the openStream(...) method. i donot exaclty remember the various forms of this method. u can get a detailed pic of this from sun's documentation. or u can also checkout the tutorial at java.sun.com
    thanx,
    devi prasad m. p.

    Keep working hard!!!
    Keep climbibg high!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured