Results 1 to 5 of 5

Thread: Connecting to a FTP with C#???

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    51

    Question Connecting to a FTP with C#???

    Hi!

    I check the MSDN Library but I can't find any infos about: how to connect to and FTP...
    I need also infos how get folders names from the ftp....

    Have any one experience which class can I use to connect to an FTP??


    THX!!!

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you need the System.Net.Sockets.Tcpclient stuff... but you also need to know the FTP message standards which you will not find in MSDN.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Try This
    Or This
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  4. #4

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    51
    thanks!

    and where I can get FTP message standards ?


    gicio

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    I was hoping someone else would reply with that. Im not sure...

    But instead of re--inventing the wheel, jsut find a pre-coded ftp control like kleptos posted
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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