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 / 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 |
Post New Answer View All Answers
What is p command?
How do you insert comments in the command line prompt?
What is the command to delete a file linux?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
Which command will show you free/used memory? Does free memory exist on linux?
why context switching time should be minimum? How it depends on hardware support?
Is makefile a shell script?
How do I remove a soft link in linux?
How use linux command line?
The command ‘umask -S’
What is the programming language for linux?
How do you create a text file in linux terminal?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
Why is it called bash?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?