Linux >> Seeing percentage of copying file/folder operation using Terminal (6597 Okunma)

Tam Metin:YazdırPaylaş

Normally when we use cp to copy the file/folders, we do not get any feedback from the terminal and we have no idea about the completion percentage. However, the following should do the trick and you should be able to see percentage of each file during copy operation:

For file copy:

scp (pathToFile) yourUserName@localPCName:(pathToCopy)

For directory copy:

scp -r (pathToDirectory) yourUserName@localPCName:(pathToCopy)

Normally SCP (Secure CoPy) is used to transfer files/directories between a local and remote host. However using your own PC name, it will assume your computer is a remote host, therefore showing you the progress of copy operation.

Good luck!

Dil:

English (EN)

Eklenme Tarihi:

07.02.2015 00:37:19

Ekleyen:

Volkan Gezer

Etiketler:

cp, scp, percentage, copy, file, directory, operation


Yorum Yaz

Adı Soyadı:
E-Posta (gösterilmeyecek):
Başlık:
Yorum:
Güvenlik Kodu: 759450


Makaleye Yapılan Yorumlar


Yorum Bulunamadı!
Sayfa Başı