Q. If we transfer 100 files by ftp to remote server, how to
know the files are successfully transfer or some file are
not transferred ?

Answers were Sorted based on User's Feedback



Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfe..

Answer / venkat

Wait up-to ftp transfer complete. Once completed, go to the
downloaded location in your system and use below command

" ls | wc -l "

Then compare with how many files originally needs to be
transferred from ftp server.

if 100 = 100 then all transferred fine.

Is This Answer Correct ?    8 Yes 1 No

Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfe..

Answer / aditya

after transferring the files look into the present working
directory of the client machine for the transferred files
and cross check it.


else you can check the total number of files transferred to
the client machine in present working directory using this
command


ls -l | wc -l

Is This Answer Correct ?    6 Yes 2 No

Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfe..

Answer / shankar

mput ftp 1,2,3,100

ls -l wc | l

Is This Answer Correct ?    0 Yes 0 No

Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfe..

Answer / mukesh

How to take remote console of Unix server:

Is This Answer Correct ?    0 Yes 0 No

Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfe..

Answer / rallapalli

ftp>mput 1 2 3 .... 100
ftp> ls -l


i think in ftp prompt wc -l command does not work.

Is This Answer Correct ?    2 Yes 4 No

Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfe..

Answer / vachaspati

we use the following line before sending in ftp
ftp>bin
ftp>bash
......

Is This Answer Correct ?    5 Yes 14 No

Post New Answer

More Linux Commands Interview Questions

Which priority has the process?how do u view?

3 Answers   Yahoo,


How do I list all processes in linux?

0 Answers  


What is bash linux?

0 Answers  


What is cpu core in linux?

0 Answers  


our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?

2 Answers  






What are runlevels in linux?

0 Answers  


What is netstat command in linux?

0 Answers  


What does execute mean in linux?

0 Answers  


What is 9 in kill?

0 Answers  


in unix how to change old name to new name

7 Answers   Google,


What is c++ makefile?

0 Answers  


How do I check memory usage on linux?

0 Answers  


Categories