Quote:
Originally posted by bigstar
When launching FlashFXP from the command line make sure you quote the path\to\flashfxp and the url
"c:\program files\flashfxp\flashfxp.exe" "ftp://urlortath/"
|
Even using this shrewdness it doesn't work.
The problem also manifests him with some special characters , example :
Code:
flashfxp.exe "ftp://154.78.254.87:21/dir/images/%20%20prn1/%20%20%20%20by_c@pe/%20%20%20%20%20%20%204
you//%20%20%20/%20%20%20%20%20%20%20/"
return 550 error :
Code:
flashfxp.exe "ftp://154.78.254.87:21/dir/images/%20%20prn1/%20%20%20%20by_c@pe/%20%20%20%20%20%20%204 you//%20%20%20/%20%20%20%20%20%20%20/"
skipping a
caracter.
Extra space are missing too ..
Code:
flashfxp.exe "ftp://154.78.254.87:21/%20%20%20%20%20%20%20%20%20%20/test4%20%20%20%20%20%20%20%20%20/k3it/"
return 550 error :
Code:
flashfxp.exe "ftp://154.78.254.87:21/%20/%20%20/test4%20%20k3it/"
skipping a lot of spaces...
I'm using version 2.1 (build924).