Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3k views
in .NET FTP by (160 points)
Hello all

I find this ftpclient by google and i try to put in my application.

I'm working with asp.net 1.1 in visual studio.net 2003 C#.

I add the control ftpconnection to my controls list like the readme file about that. But I need this because my app. is posted in a server and I need to redirect the files posted on it to the ftp server.

I read some post in this forum but i dont find any examples to get started uploading files or downloading files with edtFTPnet trial.

Can i find any portion of code to implement download or upload files in my application?

P.D: I tested FTPConnectionCS succesfully with the ftp server, but that only returns files of the server.

Thanks in advance

3 Answers

0 votes
by (162k points)
Are you trying to upload/download files to a client machine running a web browser?
0 votes
by (160 points)
Yep, the idea is:

I have my server for application. Main Server. When user download a file, he gets it from Secondary Server (ftp). And if he wants to upload a file, he store it to Secondary Server.

Main Server only stores the application and Secondary Server is for upload/download files. Then i need to launch requests from main server to secondary for upload/download files.

Can i do it with your ftp utility? How can i do?

I add the FTPConnection control to my app. following instructions of tutorial.

Im using VS.NET 2003, ASP.NET 1.1, C# and MS SQL Server 2000.

Thanks for your attention
0 votes
by (162k points)
You can't do this with edtFTPnet - it will actually transfer between the FTP server and the webserver, not from your local machine to the webserver.

Integral FTP may help you out - it is a Javascript library wrapping an applet that transfers to and from the machine the browser is running on.

Categories

...