Login to FTP using ASP.Net

Discussion in 'ASP.NET / ASP.NET Core' started by ubelt, Sep 26, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. anybody can point me to tutorials on logging on to FTP sites (other than own)?

    If this can't be done using what's built-in in .Net, are any of DASP's components able to do this?

    Thanks.
     
  2. Would you allow the ftp component to be installed on the server?
     
  3. You should be able to put the assembly in the bin of your application, so there's no need to install the component on the server. Although I would check the vendor to make sure.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Technically speaking, .NET framework has all the component availble for you to make a FTP component but it is rather difficult. You'll need to create raw socket call.

    We do not offer a .NET FTP component.

    There are many off-the-shelf .NET FTP components you can use.

    http://www.dart.com/dotnet/ftp.asp



    quote:Originally posted by ubelt


    anybody can point me to tutorials on logging on to FTP sites (other than own)?

    If this can't be done using what's built-in in .Net, are any of DASP's components able to do this?

    Thanks.
    </blockquote id="quote"></font id="quote">

    B.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  5. pg

    pg

    Any luck?

    I also would like to do some ftp from asp.net code. If you've been successful here please let me know what package you used and any hints... [​IMG]
     
  6. I have done FTP work in my own ASP.Net apps using a free component. I'll dig up the name of it and get back to you...
     
  7. pg

    pg

    Oh well, in the interim I purchased one from Xceed - cost $189 but worked first time out'o'box...
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page