Thread: FTP testing ...
View Single Post
Join Date: Mar 2008
Posts: 134
Reputation: cVz is an unknown quantity at this point 
Solved Threads: 7
cVz's Avatar
cVz cVz is offline Offline
Junior Poster

FTP testing ...

 
0
  #1
Jan 7th, 2009
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";

  1. ***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
Last edited by cVz; Jan 7th, 2009 at 4:51 am.
Delphi & C# programmer deluxe...
Reply With Quote