Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

auto ftp

  • 11-04-2004 12:34PM
    #1
    Registered Users, Registered Users 2 Posts: 4,471 ✭✭✭


    looking for a program that will auto ftp 1 folder to a designated site . dose anyone know of one that will do such act

    thx


Comments

  • Closed Accounts Posts: 88,968 ✭✭✭✭mike65


    Funnily enough I'm about to try that with ws-ftp lite by Ipswitch.

    Mike.


  • Closed Accounts Posts: 493 ✭✭muffen


    yes, it's called ftp.exe, and its already on your system :)

    Basically, go to a DOS prompt, and type ftp -?, and you'll see that one of the options is "ftp -s:file". Create a file that contains the commands you want to use and save it. Then all you need to do is to run ftp -s:file to do whatever you are trying to do, and if you want to schedule it you can write a batchfile that contains only the command "ftp -s:file", and use the windows scheduler to do it on a scheduled basis.

    Let me know if you are having troubles and I might be able to help a bit more.


Advertisement