I'm trying to use a CLI FTP client but my password contains a space. The client thinks the second word is the server name (open -u username -p pass word ftp.someserver) <<< ncftp thinks I want to connect to server "word".

Is there any way around this? I thought to try %20 but that doesn't work...