Search : in
By :

FTP Script

ravenp, on Oct 30, 2009 5:34:05 am GMT 
 Report this message to moderators

Hello,

This is my first post so, sorry if this is placed in the wrong forum. I have a question regarding ftp.

We have 3 servers lets say FTP A, FTP B and FTP C. I need help in writing a script to get the output from the three ftp servers, in this case a simple ls -ltr. I am new to the scripting front, relatively very new. So any guidance would be of real help.

p.S if there is a sample script itself it would be really good.


Thanks all

Configuration: AIX Version 5

Best answers for « FTP Script » in :
Changing password via a script ShowChanging password via a script Method 1: passwd Method 2: chpasswd Method 1: passwd Conventionally the command use to change password on Linux based system is passwd , the option related to this command is –stdin ,an this is all...
Connecting to a Ftp server under Ms-Dos ShowConnecting to a Ftp server under Ms-Dos The ftp command allows you to get connected using command lines. Some of these options provide an automatic connection; this is done through a list of commands store on a text file. ftp -i ...
Execute a script a startup and shutdown ShowExecute a script a startup and shutdown The trick works Windows XP, Vista and 7, but the method varies depending on your edition of Windows. For professional or full editions Start the policy editor of the local group: Start Menu> Run> Type...
Operating Systems - MS-DOS - Tips ShowSetting the CD-ROM drive The CD-ROM drive is configured in the config.sys and autoexec.bat system files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is automatically detected in Windows). To do...
Using FTP commands ShowThe FTP protocol FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
FTP protocol (File Transfer Protocol) ShowIntroduction to FTP protocol FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files. The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines...