News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Automate your FTP sessions

Started by charleychacko, October 15, 2006, 12:27:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

charleychacko

FTP client that's included in Windows 95 and Windows NT 4.x will let you run a list of command automatically once you connect to a specified FTP server.
For example, let's say that you want to log on to You are not allowed to view links. Register or Login FTP server, login anonymously, download dirmap.txt and quit.

Create a text file called ftpcmnds (for example) and include following lines in it:

open You are not allowed to view links. Register or Login
anonymous
guest
ascii
get dirmap.txt
quit


Go to the "Command Prompt" (or "DOS Prompt") and run the following command:

ftp -s:ftpcmnds