Upload and download files Linux ----

download:

wget url address

O curl -O url addresses from the front when the lower case can be defined name, url address custom name

 

Upload:

scp filename account name @IP: / upload directory

For example: SCP the test.log [email protected]: / tmp /

An account to download files to your server directory:

scp account name @IP: / file directory where to save the local directory / file name

For example: scp [email protected]: /tmp/aliyun.log ./

 

linux installation xShell:

yum install lrzsz after installation

rz Enter to upload local files

sz Enter to save the file to a local server

 

Network statistics: netstat -anpl | grep 'httpd'

Guess you like

Origin www.cnblogs.com/elian91/p/11247762.html