>  Hi,
>
>  I know you have to enclose file names with spaces within brackets.
>  %"/c/test/test test.txt"
>
>  But how do you manage file names with spaces in URLs.
>  For example,
>
>  ftp://usr:[EMAIL PROTECTED]/test/test test.txt
>
>   Thanks a lot
>-- 
>Fantam
>

escape the spaces out with a '%20' such as:

ftp://usr:[EMAIL PROTECTED]/test/test%20test.txt



--Ralph Roberts

Reply via email to