window transfer files to linux

1. Need to build an ftp server in window

2. Enter in the specified directory of linux:

    

curl ftp://192.168.98.90/libalgorithm.so -u "embftp:embftp" -O 

192.168.98.90 ftp address (that is, the address of your computer)

libalgorithm.so file to upload to linux

 "embftp: embftp" ftp username and password

 

Guess you like

Origin www.cnblogs.com/myblog627600914/p/12705816.html
Recommended