Hi, How do I specify the FTP server details where I want the files to be uploaded. Local machine I specify the folder on a drive. What if it is a FTP Server. How do I specify the public IP where the files will be stored. I tried mapping a folder on remote machine but its not working. Pl. Pl. Pl. help me. Using ASPUpload Object. The following code gives me error on previlage for client whe I specify domain, username and password. Can I write this once in my code to connect to FTP server
Set Upload = Server.CreateObject("Persits.Upload.1") Upload.LogonUser "domain", "username", "password" ' Upload to a remote drive Count = Upload.Save("\\Homeserver\HOMESERVER-Database\Office-System")
Response.Write Count & " file(s) uploaded to c:\upload"