On Friday 25 Jul 2014 00:29:42 Walter Dnes wrote: > I notice that mtpfs > doesn't see the "My Documents" folder on the tablet. I assume it > doesn't like spaces in directory (and possibly file) names. In a terminal you will need to escape spaces when copying with scp, like so: scp user@1.2.3.4:/home/user/My\\\ Documents ./ However, you shouldn't need to do anything special to list names with spaces in them, so this may have something to do with the fs specification. -- Regards, Mick