GoFTP/test.sh

7 lines
80 B
Bash

echo "
user admin 123456
ascii
put Dockerfile
bye
" | ftp -n 127.0.0.1 2121