Answers

Question and Answer:

  Home  Linux Commands

⟩ If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?

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

 207 views

More Questions for you: