Hi all,I have a trivial problem but I couldn't solve it :(I'm working in a web site (.net C#) and there'sa link which supposed to download a file from ftp account directly.The account information( for example) :URL: ftp2.Sitename.comUsername: userPassword: passFirst I made direct links to the files in the codebut it gave me (page cann't be displayed) and if I typed the full link directly in the explorerIt doesn't even ask me for the login information !Does anyone know how can I provide the account informationand the file link through code ?
Thnx in advance