Wednesday, September 30, 2015

REMOTE ACCESS - 2

       REMOTE ACCESS INTERVIEW QUESTIONS AND ANSWERS 

                                            PAGE - 2



11..How to connect the binary  mode in ftp?
  
ftp> binary The FTP

12..How to send the particular file in ftp?

ftp> put  source_name

13..How to find out the local directory?

ftp>  lpwd.

14..How to copy the particular  file in ftp?

ftp> get  source_file_name    target_file_name
15..How to use FTP mget without prompt?
ftp -i hostname
( Use the -i when starting the ftp and it will turn that off )

16..How can I transfer a group of files without typing  all their names?
ftp>  mput file_name*

The asterisk (*) is a wildcard that tells FTP to match all files starting with fi
17..How to upload the file in ftp?
ftp> put file_name
18..How to logout from ftp connection?
ftp>  bye
or

ftp> quit

No comments: