1
0

Verify SSL certificate of FTP server

This commit is contained in:
Ryan Fox 2020-07-13 05:41:21 +00:00
parent 7c9ab48b00
commit 07934e18b2
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

View File

@ -43,7 +43,6 @@ dist:
upload: dist
lftp -c "set ftp:list-options -a;\
set ssl:verify-certificate false;\
open '$(shell cat ftp_url.txt)';\
lcd dist;\
cd public_html;\