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 does chmod do in linux?
Is makefile a shell script?
Is python faster than bash?
Which commands are used to set a processor-intensive job to use less cpu time?
How do I run a shell script?
What is the difference between find and locate command in linux?
How do you copy in linux terminal?
What is p in mkdir?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What is the command to see on which port which service is running?
Explain trap command; shift command, getopts command of linux?
What is the default number of shell commands saved in the history list of .cshrc file?
In order to display the last five commands you have entered using the fc command, you would type?
How you will create new folder / directories and how to remove file and folder in linux?
What does c mean in linux?