hi,
my dedicated server has a backup server which i can copy files to using these steps:
i have to open up IE and type in this url:
ftp://myuser@mybackupserver.com/
it then prompts me for the password which i enter, then i can simply drag the files into that window and it copies them over
however, i would like to write a .net program to copy some files over automatically and then schedule it to run nightly
can someone point me in the right direction for trying to code the above procedure. how do you specify the ftp site as the destination, how do you specify the user/pass etc.
thanks!
my dedicated server has a backup server which i can copy files to using these steps:
i have to open up IE and type in this url:
ftp://myuser@mybackupserver.com/
it then prompts me for the password which i enter, then i can simply drag the files into that window and it copies them over
however, i would like to write a .net program to copy some files over automatically and then schedule it to run nightly
can someone point me in the right direction for trying to code the above procedure. how do you specify the ftp site as the destination, how do you specify the user/pass etc.
thanks!