Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.2k views
in .NET FTP by (120 points)
Hi friends, i have a doubt about this component. I am developing a ASP.Net application and i would like offer to the client the upload option (upload a file to server) and i would like to do this via FTP. I dont know if this component can be used to do this or its impossible. I think that if i write this part of code:

Ftp1.Connect();

Ftp1.DownloadFile();

...will be the server which will connect to a FTP server and the server will be which download the file. Are this right?

1 Answer

0 votes
by (51.6k points)
In ASP.NET, the code that you write gets executed on the server, so it is not possible to use our component from your code and then have it run in the browser. You'll need a Java applet if you want to do that. Alternatively use the FileUpload component in ASP.NET 2.0.

- Hans (EDT)

Categories

...