Web Hosting Talk







View Full Version : FTP program that accepts batch file inputs


volmasoft
09-08-2006, 09:52 AM
Hi guys,
I'm looking for a free FTP server for Windows Server 2003 that will accept command line inputs so that I can make automated setups.

Any you guys know of?
Volmasoft

Connect-Hosting
09-08-2006, 07:52 PM
Try FTPSurfer.com i don't know whether they do though sorry.

ACW
09-09-2006, 06:31 AM
Windows comes with its own command line FTP program. Just open a command window and type FTP. I use it to backup some of my servers using a batch file.

Jay Suds
09-09-2006, 01:06 PM
Yep, command line FTP program works pretty well for this.

bitfuzzy
09-09-2006, 01:57 PM
[I'm looking for a free FTP server for Windows Server 2003 that will accept command line inputs]

Ftp servers (for the most part) are services that do not care what you use to connect to them as long as the correct paremeters are used (port number, protocol, commands etc)

The GUI you see when you use a FTP Client is there to make things easy (point and click, drag-n-drop etc)

So as long as the *server* you select runs under your OS, you should be fine