How to get lot of multiple file from server I am using
FTP command(mget …), but each file asked “yes/no”, every file should be put ‘yes’
then ‘Enter’?
we can resolve this issue in two ways
1)when you are accessing FTP server use -i option which is nothing but interactive way to get files from FTP server, actually this -i option will disable iteractive download of files from server.
Syntax:ftp -i server-ip/servername
#ftp -i 222.1.89.1… Continue Reading







