Howdy, Andrew and Fantam and all:
> >>> to url! join ftp://usr:[EMAIL PROTECTED]/ %"test/test
> >>> test.txt"
> > == ftp://usr:[EMAIL PROTECTED]/test/test%20test.txt
The to-url is redundant, actually:
join ftp://ftp.example.com/ %"spaces in file.txt"
== ftp://ftp.example.com/spaces%20in%20file.txt
You can also do:
site: ftp://ftp.example.com/
site/%"spaces in file.txt"
== ftp://ftp.example.com/spaces%20in%20file.txt
Above is handy if you're doing a number of files.
> > I hope that helps!
>
> > Andrew Martin ICQ: 26227169
> > http://members.xoom.com/AndrewMartin/
> ->><-
>
> --
> Fantam