Comment #2 on issue 55 by [email protected]: SSHLibrary put_file and get_file does not work if filename contains URL encoding
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=55
This seems to be a problem in Paramiko actually. It takes the path, catenates it with a debug message header and then does a Python string formatting to it, which causes the above error.
We'll have to think whether this can be worked around
