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 do you create a blank file in linux?
How do you run command every time a file is modified?
What does mkdir mean in linux?
What is #!/ Bin sh?
What does grep grep do?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
Explain about chmod options filename?
What does chmod 666 do?
Why is linux cpu usage so high?
What is the difference between clang and llvm?
What is grep command in linux with examples?
What are the basic command in linux?
Explain about the command lynx?
Explain about the command elm?
How do I clear my run history?