Thread: Anon FTP Client

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681

    Anon FTP Client

    My web hoster allows people to make anon ftp connects which points to a particular directory. To see goto ftp.mikemill.org
    You can download the file test.txt but can't upload anything.
    I want to write a client that can download that file.

    I've gotten the client to connect but I'm not sure what to send to the server to get the file. When I use putty to connect to port 21 it wants me to login.

    Can anyone point me in the right directions please.

    Thanks

    edit: Figured it out. Have to login as "anonymous"
    Last edited by Thantos; 02-24-2004 at 04:54 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [HELP] FTP Client Stuck At 220 Welcome Message
    By iqueen in forum C Programming
    Replies: 0
    Last Post: 04-21-2009, 12:29 AM
  2. Looking for FTP client tutorial
    By Dr.Zoidburg in forum Networking/Device Communication
    Replies: 4
    Last Post: 02-10-2009, 05:45 AM
  3. FTP Client
    By waldoayo in forum Networking/Device Communication
    Replies: 5
    Last Post: 04-29-2006, 11:49 AM
  4. [C++] FTP client problem (winsock)
    By Niekie in forum Networking/Device Communication
    Replies: 2
    Last Post: 10-19-2003, 09:23 AM
  5. FTP client in C???
    By Lau in forum C Programming
    Replies: 8
    Last Post: 05-13-2003, 08:20 AM