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