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 / 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 |
Post New Answer View All Answers
What are the basic command in linux?
How to know linux os is 32 bit or 64 bit?
What is dos and its commands?
Explain difference between swap partition and swap file?
What does mkdir mean?
How is grep so fast?
How do I get to root in linux?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What is the difference between diff and cmp command in unix?
How do I find hostname in linux?
Which command would you use to create a file system on a new hard drive?
What do you mean by directory?
What is whois command in linux?
How compile c++ program in cmd?
What is phony in makefile?