This is a migrated thread and some comments may be shown as answers.

File Browser reading FTP files?

1 Answer 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Megan
Top achievements
Rank 1
Megan asked on 06 May 2008, 01:17 PM
I have created a project based on the new file browser shown here:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Controls/Examples/Integration/FileBrowser/DefaultVB.aspx


Is it possible using this project to browse through files from an FTP site?

If not, are there better controls I can use that would aid in this?

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 07 May 2008, 02:19 AM
Megan-

Can you explain what you mean in more detail? Generally speaking, you cannot directly build an ASPX page that communicates over the FTP protocol. That's true not matter what UI controls you use to build your site.

You can, of course, build an ASP.NET site with a UI designed with the RadControls and then perform FTP communication on the server. Your site will still communicate with users over HTTP and then your server will perform the FTP communication. Does that make sense?

That said, there are a number of .NET libraries out there to help you with the FTP communication part. Check out these links for some examples:

http://www.kellermansoftware.com/pc-31-2-kellerman-ftp.aspx
http://www.nsoftware.com/ipworks/

Hope that helps-
Todd
Tags
General Discussions
Asked by
Megan
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or