Blame tests/lftp-https-get

Packit Service a2489d
#!/bin/sh
Packit Service a2489d
Packit Service a2489d
../src/lftp <
Packit Service a2489d
# test if https is available first
Packit Service a2489d
open https://localhost & || exit 77
Packit Service a2489d
# try to get a file via https
Packit Service a2489d
cat https://lftp.yar.ru/features.html
Packit Service a2489d
EOF