Automate FTP sessions with Windows

You’d like to upload some files from a PC running Windows via FTP to another server every now and then? It’s as easy as:

  • saving the appropriate FTP commands in a text file
  • using Windows’ built-in ftp command along with the text file
  • adding a task to the at scheduler.

Let’s have a look at this.

Continue reading →