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.