cliget/upload.sh

12 lines
127 B
Bash
Raw Permalink Normal View History

2024-07-23 19:11:31 +00:00
#!/bin/sh -eu
ftp -i -n $FTP_HOST << EEE
quote USER $FTP_USER
quote PASS $FTP_PASS
binary
cd www
mput cliget.htmlbr
quit
EEE