Free Windows software to schedule upload to FTP server

5,903

Solution 1

how about fling?
Looks like it's what you need.

Solution 2

What about CURL?

http://linux.byexamples.com/archives/320/using-curl-to-access-ftp-server/

I use it for http downloads a lot, but just found out it can do FTP, too. It is also available for Windows.

Solution 3

Batch files can do this: http://www.howtogeek.com/howto/windows/how-to-automate-ftp-uploads-from-the-windows-command-line/

This should get you started :)

Solution 4

I use wput in a batch file, triggered via the task scheduler. That's about as simple as it gets.

Share:
5,903
Fribu - Smart Solutions
Author by

Fribu - Smart Solutions

Fullstack Developer (Angular, React, Node.JS, C#, Java)

Updated on September 17, 2022

Comments

  • Fribu - Smart Solutions
    Fribu - Smart Solutions almost 2 years

    i am searching for a software like turboftp, it allows me to setup sheduled tasks and upload some folder to my ftp folder.

    Important is, it must be free.

    I have a lot of files in this folder, so i just need to upload *.pdf files.

    If some one have an idea for a batch file, let me know.

    Thx

    • Fribu - Smart Solutions
      Fribu - Smart Solutions over 13 years
      maybe but i have no idea how to setup such task...
  • Fribu - Smart Solutions
    Fribu - Smart Solutions over 13 years
    there no good commands :(
  • Admin
    Admin over 13 years
    That only fires the GUI, it doesn't actually send or receive any files once the GUI is opened, so that doesn't help much.