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
Why we use pwd command in linux?
What is command line in unix?
What is the purpose output of cd command?
What is the best cpu stress test?
Which command is used to compare the files?
What is grep command?
What are vim commands?
Write about an internal command.
Write a command that will display all .txt files, including its individual permission.
How is grep so fast?
Explain about system and user utilities?
How do you execute more than one command or program from a single command line entry?
What does chmod 777 do?
What is ps command in linux?
What language is clang written in?