Ftp problem

Hi,

I have a problem when i want to get a filename from an ftp server when a space is before his name.
example: "spacetestFile"

The ftp server return an error "no asset or no permission" though the file exist ?

Why it behave in this way ?

use below code

get " testFile"

to pravin27

doesn't work, same error, thx

Do you have write permission on the local path?

to sea

yes i have the write permission, i can get files which don't have space before his name

Tried to escape the space char yet?

get "\ testFile"

to sea

the \ give error, "invalid character"

Hi,

Maybe it's not a space but another character, you could try

mget *testfile

To Chirel

No it's a space, it's me i put this space, and impossible to get it after, in fact i rename it and it's good.
It's a server video diffusion (K2 of grass valley), i have a gui for manipulate the files, and if i want fetch tis file by ftp i can't, it says "no asset"