Uplink wrote:
> i am using a ftp server that has folders that have spaces.
>
> I am only going to use the ftp command in CMD and not a client. I log
> on then there is a file with a space. Like Important Files. I type "cd
> Important Files" and it says "There is no folder named Important". It
> only gets the first name. Is there a way to get it to go to a folder
> with spaces?
>
> -travis
>
try cd 'Important Files', cd "Important Files", cd Important\ Files/
Assuming its a UNIX like environment.
JD
|