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 ?
Answer Posted / 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 |
Post New Answer View All Answers
How to know linux os is 32 bit or 64 bit?
How many types of commands are there in linux?
How do you save a file in linux?
How do I check my system performance?
What is the makefile in c?
What is the export command used for?
How do I find hostname in linux?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What is nslookup command?
What is makefile in unix?
Explain the free command.
What are whois tools?
How to write the output of a command to a file?
Explain about communication features in UNIX?
How do I find the linux version?