cent os 下的脚本是:
lftp -c "open 192.168.22.1;user ftpusername ftppassword;put a_linux;put LinuxBuild.txt;exit"

很多linux可以使用以下脚本:

ftp -i -in <<!
open 192.168.22.1
user username password

相关文章:

  • 2022-12-23
  • 2022-01-17
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-08-25
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案