#!/bin/bash
#cd /home/ftptmp/
ftp -v -n 192.168.0.100 2121 <<EOF
user  test  2009
binary
cd OUTBOX
prompt
 find ./ -mmin -60|xargs -i mget {}
cd ..
cd INBOX
put test.txt
close
bye
EOF

相关文章:

  • 2021-11-14
  • 2022-01-27
  • 2021-10-22
  • 2022-01-08
  • 2021-10-21
猜你喜欢
  • 2021-11-21
  • 2022-12-23
  • 2022-02-17
  • 2021-12-05
  • 2021-11-06
  • 2021-06-10
  • 2021-11-17
相关资源
相似解决方案