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

link|improve this question

2  
is the windows built in FTP client and windows task scheduler inadequate? If so, in what ways would a proposed client have to be better? – DJ Pon3 Oct 12 '10 at 15:18
maybe but i have no idea how to setup such task... – Fincha Oct 12 '10 at 15:21
feedback

migrated from serverfault.com Oct 12 '10 at 21:44

This question came from our site for system administrators and desktop support professionals.

5 Answers

up vote 0 down vote accepted

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

link|improve this answer
feedback

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 :)

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Maybe easier: Use the FileZilla command line: http://wiki.filezilla-project.org/Command-line_arguments_%28Client%29

link|improve this answer
there no good commands :( – Fincha Oct 12 '10 at 16:58
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. – mfinni Oct 12 '10 at 17:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.