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

What is file and example?

0 Answers  


What is nslookup command?

0 Answers  


How did you do the Health check in Linux?

1 Answers   Mind Tree,


how many hard disks can i able to connect to desktop pc and server (IDE & SATA) pls send this ans to my mail : ping2pavan@gmail.com

1 Answers  


What is echo command in batch file?

0 Answers  






I have Laptop. I want to assign DHCP ip address, but in my Laptop having Wireless and with wire NIC cards, it is possible to assign reserve ip address for both NIC card, but same host name?

4 Answers   AOL,


How we can set the password length in linux?

2 Answers   Wipro,


What is filter command in unix?

0 Answers  


What is finger command in linux?

0 Answers  


what is the last file executed during the boot process?

5 Answers   iOPEX,


How can you find configuration on linux?

5 Answers  


how is the possible the "last 10 files present in the current directory and stores them in the file list".

9 Answers   Google,


Categories