scp files with spaces (chromeos)

This time extremely short article but may save your time.

From some amount of time I was starting to use chromebook laptop. I am not a windows laptop (pc laptop) entusiastic. For that reason I was looking for an alternative that would be easy to use and not ruin me.

Anyway, chromeos has linux terminal (linux in conteners). It is not perfect, but it is and it is nice to have. And to be honest, without this functionality, I would never bought this laptop.

So, backing to my point, on chromeos scp has problem with spaces in the file name. It simply doesn’t copy file and end up with error. To copy it correctly you can use the following syntax:

scp labiol@host1:"folder/file\ with\ space.txt" .

Hope it could help someone.

Have a nice chroming 🙂

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Linux
podcast

All podcast applications I have tested were quite OK(ish) – but I have always struggled with organizing podcasts, creating playlists, etc. It has always been challenging. Therefore, for me, it is more convenient to download podcasts as MP3s and manage them myself (in VLC, for example). There are many ways to do that, but my favorite …

Linux
jellyfin configuration in lxc container

Jellyfin is extremely useful software providing home streaming system. I am using it since a while for streaming my old ripped DVD, which I love to watch again and again. Jellyfin is opensource, cross platform as a server and as a client, including client for android and iOS. It is …

Linux
Various helpful Linux commands for file manipulations

Change file name for all files that contains “[any text]” substring to the same name without that.