Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

a bug?

$
0
0

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?


Viewing all articles
Browse latest Browse all 10624

Trending Articles