use mirror command
This commit is contained in:
parent
dd1c94552d
commit
5834b40c9c
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
_password="$1"
|
||||||
|
|
||||||
|
lftp -e "mirror -R blog ." -u "hugo@rayelliott.dev,$_password" ftp://ftp.rayelliott.dev
|
Reference in New Issue