Hello,
First off, thank you for a very nice piece of software... long time user!
Recently my ISP lost all my stuff, and I did have a somewhat old backup, but I figured I'd start being proactive and do my own backup every week.
So I went through the manual and it seems I can specify the password on the command line but not the username...
Essentially what I'd like to do is login, mget * everything (including dubdirectories) and then log off and shut down FlashFXP.
Commandline as I have it now:
flashfxp.exe -get -localpath="e:\webbackup"
ftp://ftp.mywebsite.com/* -pass=n0t1t -quit
It's going to be running in a batch file that then compress the entire thing and move it to an external backup server...
Doable or do I need to go back to DOS
Thanks in advance!