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 is makefile in unix?
How many commands are there in linux?
Describe the mknod command and when you’d use it.
How do I know my linux shell version?
What is sudo bash command?
Which command puts a script to sleep untill a signal is recieved?
What does umask 077 mean?
Which command would you use to create a file system on a new hard drive?
What is help command 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 does in makefile do?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
What is cd command used for?
What is the command can be used to check for file corruption?
How do you know which shell I am using in linux?