ftp: enable CI for ProFtpd, PureFtpd, VsFtpd

This commit is contained in:
Ivan Andreev
2021-07-23 02:02:19 +03:00
parent dc589d3070
commit 2d05b28b0a
4 changed files with 27 additions and 21 deletions

View File

@@ -18,6 +18,7 @@ start() {
echo host=$(docker_ip)
echo user=$USER
echo pass=$(rclone obscure $PASS)
echo encoding=Asterisk,Ctl,Dot,Slash
echo _connect=$(docker_ip):21
}

View File

@@ -22,6 +22,7 @@ start() {
echo host=$(docker_ip)
echo user=$USER
echo pass=$(rclone obscure $PASS)
echo encoding=BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket
echo _connect=$(docker_ip):21
}

View File

@@ -18,6 +18,7 @@ start() {
echo host=$(docker_ip)
echo user=$USER
echo pass=$(rclone obscure $PASS)
echo encoding=Ctl,LeftPeriod,Slash
echo _connect=$(docker_ip):21
}