View Single Post
Old 05-15-2014, 06:00 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Quote:
Commandline as I have it now:

flashfxp.exe -get -localpath="e:\webbackup" ftp://ftp.mywebsite.com/* -pass=n0t1t -quit
Using a site that exists in your Site Manager.. i.e. named Foobar

It would appear that using -get with a ftp://user:pass@host/url only works when pointing directly to a file, so that wont work for you.

Method 1: using a site stored in your Site Manager
Code:
 flashfxp.exe -c2 -download Foobar  -remotepath="\" -localpath="e:\webbackup\"
Method 2: using a site stored in your Site Manager
Code:
 flashfxp.exe -c2 -get queue.fqf
Connect to the server and navigate to the desired local and remote folders and queue them, verify your queue entries and save it to a file. now you just need to pass this queue file to FlashFXP.
bigstar is offline