Tony asks:
 
>In other words, how do I download a.file.name.with.many.components into a
>file called stuff.dat?
 
Try:
 
>[get|put] ./a.file.name.with.many.components ./stuff.dat
 
I included the leading "./" in case you're using ftp on the 3000 (escaping names
in the HFS name space and all that).
 
Regards,
 
 
M.