Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't figure it out #19

Open
chiarafe opened this issue Jun 7, 2021 · 2 comments
Open

Can't figure it out #19

chiarafe opened this issue Jun 7, 2021 · 2 comments

Comments

@chiarafe
Copy link

chiarafe commented Jun 7, 2021

I've been trying to copy the file but I keep getting :
reMarkable: ~/ scp edit 192.168.1.90:/Users/chiarafeliciani/Desktop/keywriter
[email protected]'s password:
edit: not a regular file
reMarkable: ~/

I have zero experiences with coding so I am looking fr someone who can help me through

@phaer
Copy link

phaer commented Nov 22, 2021

@chiarafe It's likely that "edit" is an alias in your shell. Try
scp ./edit 192.168.1.90:/Users/chiarafeliciani/Desktop/keywriter
instead. ./ advises your shell that "edit" is a local file

@qubist
Copy link

qubist commented Mar 20, 2022

https://stackoverflow.com/questions/29547087/scp-gives-not-a-regular-file

Use scp -r edit 192.168.1.90:/Users/chiarafeliciani/Desktop/keywriter. -r is required because you are copying a folder, not a single file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants