![]() |
| ||
| FTP testing ... 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 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 |
| ||
| Re: FTP testing ... Load an FTP server onto your pc. |
| ||
| Re: FTP testing ... Ive got localhost ??? |
| ||
| Re: FTP testing ... as long as theres an FTP server on it, yes, you can use localhost. |
| ||
| Re: FTP testing ... Cool , i realized my problem is not my actual domain, its the path i"m specifying, so i have this private void FTP_Upload(object sender, EventArgs e) I am uncertain about the "m_ftp.UploadDirectory("Backups/", false);" part , because it tries to FTP to my own PC, is there any other way of setting a path on a server ?? The Path should be Root -> Backups -> File must save here Any help Please ... |
| ||
| Re: FTP testing ... "Root->Backups" whats this? this isnt a directory format, simple answer you need to log in using a command line ftp to your ftp server, look at the directories it gives you and work out the path relative to where you want to go and then change to it. |
| All times are GMT -4. The time now is 9:47 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC