PDA

View Full Version : Transfer local file to ftp server from command line?


onesikgypo
06-03-2008, 09:22 PM
Hi,

im having a bit of an issue trying to figure out how to automatically start a transfer of a local file from my pc --> an ftp server.

I know to do it visa versa it is:

flashfxp.exe -go ftp://x.x.x.x/file.txt -localpath="c:\folder"

however when i try the reverse, that is

flashfxp.exe -go -localpath="c:\file.txt" ftp://x.x.x.x/path

nothing happens

help would be greatly appreciated.

DayCuts
06-04-2008, 09:15 AM
i dont think -go is intended for uploads, help file says its the same as -get?

try using -upload instead, however that doesnt seem to support ftp links

bigstar
06-05-2008, 06:47 AM
you would need to add the site to your site manager first and then use -upload as DayCuts pointed out :)