I use flashfxp.exe to transfer file in powershell. My code is as follows:
& D:\Progra~1\FlashFXP\flashfxp.exe `
-upload ftp://u:p@62.129.xx.xx `
-localpath="d:\1.txt" `
-remotepath="/"
There is always a syntax error. (I can't express the error.) If I remove -localpath="d:\1.txt", there is no error. I don't know what's the matter?