I need to have a small batch file to be schedualed to run at a certain time.
what i would need in that batch file is to have certain files to be copied to an FTP site (for backup purposes) no i don't know what to write in that batch file , unless i have the ftp folder is maped to a local drive (eg drive X) so i would have something like this :
copy C:/test.txt X:/backup/
any ideas or suggestions to go around this ? thanks in advance
what i would need in that batch file is to have certain files to be copied to an FTP site (for backup purposes) no i don't know what to write in that batch file , unless i have the ftp folder is maped to a local drive (eg drive X) so i would have something like this :
copy C:/test.txt X:/backup/
any ideas or suggestions to go around this ? thanks in advance