Skip to content
欢迎扫码关注公众号

批处理 FTP 上传文件

bash
@Echo Off
Echo open 172.0.0.1>ftpcmt.txt
Echo userName>>ftpcmt.txt
Echo password>>ftpcmt.txt
Echo cd .\server>>ftpcmt.txt
Echo binary>>ftpcmt.txt
Echo put "D:\jar\text.jar">>ftpcmt.txt
Echo cd .\lib>>ftpcmt.txt
Echo put "D:\jar\text.jar">>ftpcmt.txt
Echo cd ..>>ftpcmt.txt
Echo cd ..>>ftpcmt.txt
Echo cd .\client>>ftpcmt.txt
Echo put "D:\jar\text.jar">>ftpcmt.txt
Echo cd .\lib>>ftpcmt.txt
Echo put "D:\jar\text.jar">>ftpcmt.txt
Echo bye>>ftpcmt.txt
FTP -s:ftpcmt.txt
del ftpcmt.txt /q
Pause

Page Layout Max Width

Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the page layout
A ranged slider for user to choose and customize their desired width of the maximum width of the page layout can go.

Content Layout Max Width

Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the content layout
A ranged slider for user to choose and customize their desired width of the maximum width of the content layout can go.