Why can't the folder be found? I double checked that it exists.
#!/bin/bash
echo "This will sync the background_docs folder"
lftp ftp://user:[email protected] -e "mirror -r /cygdrive/c/Users/usera/Desktop/test_folder/ --only-missing -e;exit"
I suggest looking at cygpath
cygpath -w
converts to windows path
cygpath -u
converts to unix path
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With