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 |
How do I know my shell?
How do you check the current system uptime in Linux?
what is QUOTA-V
What is the command to change from /etc/passwd file to /etc/shadow file?
What is a make target?
hi friends how to reinstall the grub.conf file. once i delete the grub file in perminatle ofter how to get back that file. plz send me ans. regards. madhu.m
What is an inode?
3 Answers ProdEx Technologies,
What is tail command in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What is type command in linux?
1. Why "d" is postfix in almost every service name of Linux like httpd, dhcpd? 2. how to restrict su & ssh services for some users? 3. how can we configure a default gateway for 10 n/w cards in a server?
explain about vnc