Blame tests/lftp-https-get

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