Hi there,
I would like to know if there is any default settings one can use to test FTP settings etc, i am doing an application that does database backups , then zips the backup and FTP it to the server, i believe it is working because at the moment i am using these settings
ftp.Server = "ftp.secureftp-test.com";
ftp.Username = "test";
ftp.Password = "test";
***FTP refers to the class i wrote that handles the ftp
Now this works all good and all but ftp.secureftp-test.com obviously declines my attempt to upload the files, does anyone know any better idea or location ??
Thanks in advance...
mr VonZipper