You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
lftp -e "set ssl:verify-certificate false; mirror -Rce ./public/ /httpdocs; quit" -u brumeink ftp://45.155.168.24
|