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 ?
Answers were Sorted based on User's Feedback
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 |
Answer / 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 |
Answer / rallapalli
ftp>mput 1 2 3 .... 100
ftp> ls -l
i think in ftp prompt wc -l command does not work.
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / vachaspati
we use the following line before sending in ftp
ftp>bin
ftp>bash
......
| Is This Answer Correct ? | 5 Yes | 14 No |
A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?
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 does the ps command do in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?
How can I type in cmd?
How do display error messages instantly when command fails?
How do you run command every time a file is modified?
What are the basic commands for user management?
what is the standard output in a file as well as disply it on the terminal options like A)pr B) tail C) tee D)nl
3 Answers Google, Thermotech Engineers,
Explain about lprm job number?
What is the difference between clang and llvm?
Which command will show you free/used memory? Does free memory exist on linux?