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

a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn

0 Answers   MNC,


What is df -i command?

0 Answers  


What is difference between sh and bash?

0 Answers  


What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?

0 Answers  


How do I clear my run history?

0 Answers  






How do you insert comments in the command line prompt?

0 Answers  


how many limitations of under directories in ext2/3 linux file system?

1 Answers   Logica CMG,


How do I run whois command?

0 Answers  


In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is the meaning of "/" before vmlinuz? Pls explain?

1 Answers   HCL,


What is shell scripting commands?

0 Answers  


please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in

0 Answers   Google, PGE,


what is the roles and responsibilities in linux system admin having 2yrs exp..?

0 Answers   HCL, RNF Technologies,


Categories