Closed Thread
Results 1 to 3 of 3

Thread: FTP Client

  1. #1
    smith is offline Programmer
    Join Date
    Jun 2006
    Posts
    153
    Rep Power
    0

    FTP Client

    I intend on creating an FTP client. Can someone tell me how the protocol responds when I connect and how I need to answer.

    EX:

    ** Connection Made **
    Ftp Server> Hello
    client > Hello

    etc....
    Code:
    for (int i;;) {
       cout << "Smith";
    }

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    This might help you
    These are RAW FTP commands.. is this what you need?

    FTP command Description
    CDUP Change to parent directory.
    CWD Change working directory or library.
    DELE Delete file or document.
    HELP Help on the FTP server.
    LIST File list.
    MKD Make directory.
    MODE Set transfer mode.
    NLST Name list.
    NOOP Obtain server response.
    PASS Password.
    PASV Use passive data connection.
    PORT Data port.
    PWD Print working directory.
    QUIT End an FTP server system.
    RETR Retrieve file.
    RMD Remove directory.
    RNFR Rename from.
    RNTO Rename to.
    STOR Store file.
    STRU Specify file structure.
    SYST Identify the name of the operating system.
    TYPE Specify representation type.
    USER Send a user logon ID to the server.
    XCUP Change to parent directory.
    XCWD Change working directory or library.
    XMKD Make directory.
    XPWD Display working directory or library.
    XRMD Remove directory.
    Last edited by TcM; 12-05-2006 at 09:56 PM.

  4. #3
    Jordan Guest
    Here are samples in C# which you should be able to easily convert to Managed C++:

    http://www.example-code.com/csharp/ftp.asp

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IM Client help
    By Khaotic in forum Java Help
    Replies: 1
    Last Post: 09-11-2009, 05:57 AM
  2. VPN Client?
    By Tor in forum Linux Networking
    Replies: 3
    Last Post: 08-21-2008, 07:06 AM
  3. What IM client?
    By Chewie in forum The Lounge
    Replies: 20
    Last Post: 08-19-2008, 10:29 AM
  4. RDP Client for Linux
    By Tor in forum Linux Applications
    Replies: 2
    Last Post: 02-22-2008, 03:03 PM
  5. FTP Client
    By Void in forum Software Development Tools
    Replies: 19
    Last Post: 02-19-2007, 09:16 AM

Tags for this Thread

Bookmarks

Posting Permissions

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