automation - Automatically uploading text files to an FTP site -
i'm looking automate upload of text file ftp site. upload need occur daily, , have access server run whatever script needed upload. i've looked around solution , found information on howtogeek, neither idea there seemed automatic. i'm looking without third-party software if possible. appreciate pointers.
if you're on windows i'd use vbscript (more functionality can added easily) or .bat files (if don't need functionality) call on windows ftp.(provided don't need super secure) build .bat file call on ftp , append connection information accordingly. link here should out. in order make automatic need use "task scheduler" schedule how want script run.
Comments
Post a Comment