PDA

View Full Version : Raw command with wget


Mike_Smith
08-30-2008, 12:08 PM
Hi,

I have a linux box running debian that has glftpd and i'm running FlashFXP ver 3.7.3.

I would like to be able to send a raw command via FlashFXP that would use wget to pull a remote file.

eg:

SITE wget http:\\username:password@MYSERVER\MYSQLBACKUPS\200 80830BACKUP.sql

I assume I would need to create a custom command of some sort?

Thanks for the replies in advance :)
-Mike

DayCuts
08-31-2008, 03:41 AM
Goto View>Show raw command line

Then you can enter the command into the box (above status area).

Of corse, this will only work if glftpd support 'site wget'

Mike_Smith
08-31-2008, 07:23 AM
No glftpd does not have native support for wget. Atm the way I do it is I putty onto the box and then do the wget from there.

I'm looking for a way to call wget without having to putty to my box.

Thanks
-Mike