Results 1 to 5 of 5

Thread: Making a simple FTP client

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Making a simple FTP client

    Well I know C++ (not entirely, but eh) and I know VB>NET (again, not entirely, but a good chunk of it).

    Well my friend wants me to make a simple FTP client so he can upload stuff to and download stuff from his FTP server. I never used C# before, but he wants it in C# or VB.NET. I'd rather do it in C# since it may be a slight bit faster and I can learn a new language while I'm at it.

    So basically, does anyone have links, examples, ect.. on FTP client/server interaction?

    With the .NET functions, I really can't see this being too large of a project (maybe only a few lines of code).

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    Here's a start.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464

    Re: Making a simple FTP client

    Originally posted by kasracer
    Well I know C++ (not entirely, but eh) and I know VB>NET (again, not entirely, but a good chunk of it).

    Well my friend wants me to make a simple FTP client so he can upload stuff to and download stuff from his FTP server. I never used C# before, but he wants it in C# or VB.NET. I'd rather do it in C# since it may be a slight bit faster and I can learn a new language while I'm at it.

    So basically, does anyone have links, examples, ect.. on FTP client/server interaction?

    With the .NET functions, I really can't see this being too large of a project (maybe only a few lines of code).
    Tell him to use the built in functionality of IE. So many people overlook the fact that IE supports basic FTP stuff.

    Go to the ftp location, click File->Logon as... and fill out the info. Bam, you have an FTP browser. You can drag and drop files, etc.

  4. #4

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Re: Making a simple FTP client

    Originally posted by hellswraith
    Tell him to use the built in functionality of IE. So many people overlook the fact that IE supports basic FTP stuff.

    Go to the ftp location, click File->Logon as... and fill out the info. Bam, you have an FTP browser. You can drag and drop files, etc.
    No thanks. This requires alot more activity than a basic FTP login. Besides, I'm pretty sure IE doesn't have support for sFTP, which is what I want to use.

  5. #5
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464

    Re: Re: Re: Making a simple FTP client

    Originally posted by kasracer
    No thanks. This requires alot more activity than a basic FTP login. Besides, I'm pretty sure IE doesn't have support for sFTP, which is what I want to use.
    Ok, you should have said that in the beginning, you started off by saying:
    Well my friend wants me to make a simple FTP client so he can upload stuff to and download stuff from his FTP server.
    which is why I recommended just to use IE.

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