(Revised 2011-07-21) page 110 of 152FTP CommandsSet UsernameCommand Name ftp set usernameDescription To set the user name which will be used to log into the FTP serverSyntax ftp set username Parameters UsernameThe user name for logging on to the FTP serverExample eg.1N-TRON/Admin#[1]> ftp set username ntroneg.2N-TRON/Admin#[1]> ftp set username adminNotes The user name should be a valid one; else logging into FTP server willfail.Set PasswordCommand Name ftp set passwordDescription To set the password for the above user nameSyntax ftp set passwordParameters PasswordPassword for the above user required to log into the FTP serverExample N-TRON/Admin#[1]> ftp set passwordEnter the password : ******Notes The password should be a valid one for the user; else logging into theFTP server will fail.Set IP Address of FTP serverCommand Name ftp set serveripDescription To set the IP address of the FTP server to be used for establishing theFTP connection for transfer of files/dataSyntax ftp set serverip -IP-address>Parameters Server-IP-addressThe IP address of the FTP server in decimal dotted notation forestablishing a FTP connectionExample eg.1N-TRON/Admin#[1]> ftp set serverip 10.1.1.100eg.2N-TRON/Admin#[1]> ftp set serverip 15.1.1.150Notes The IP address of the FTP server should be a valid IP address (excludingClass D & Class E types). The IP address should also be a valid FTPserver IP in order to ensure successful connection establishment.Set Name of the Remote FileCommand Name ftp set remotefileDescription To set the name of the remote file which has to be retrieved from theFTP serverSyntax ftp set remotefile -file-name>Parameters Remote-file-nameName of the file to retrieved from the FTP server including thecomplete pathExample eg.1N-TRON/Admin#[1]> ftp set remotefile Flasheg.2N-TRON/Admin#[1]> ftp set remotefile /usr/local/ftp/flashNotes The file name (including the complete path) should be a valid name elseretrieval of the file would fail.