CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: FTP Programming

  1. #1
    Join Date
    Jan 2003
    Posts
    2

    FTP Programming

    Is there any way to FTP a file from a remote server and despatch it back to a client?. A program to connect to a server (sustem) which is reside in a remote place and get files from the server.
    Your help is appriciated on this.

  2. #2
    Join Date
    Jan 2002
    Location
    Halifax, NS, Canada
    Posts
    985
    Sure! It's done through Sockets. If you don't want to write it yourself, there's loads of Java FTP packages out there, do a search on google and see what you come up with.

  3. #3
    Join Date
    Jan 2003
    Posts
    2

    Nee program

    Thanks for the reply! I tried but I couldn't find it! I want the program, if some one has it please send me!

  4. #4
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    Try a Google for 'java ftp'. It returns pages of Java FTP client and server code.

    Hold my hand, I'm scared...
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

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