Skip to content

Riebart/rM-SSH-Upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

rM-SSH-Upload

Upload a PDF to the reMarkable over SSH, useful for large PDFs that cause the web interface to hang or timeout

How to use

  • Copy the rm_ssh_upload.sh script to your reMarkable tablet
  • Run a command on your computer using a Unix terminal that sends the PDF, and specifies and name for the file
cat "This is my file.pdf" | ssh root@reMarkable bash ./rm_ssh_upload.sh "'This is the file name I want it to have in my rM doc list'" `uuidgen`

NOTE: The single quotes inside the double quotes are important and relevant for the version and behaviour of busybox on the reMarkable/ssh.

About

Upload a PDF to the reMarkable over SSH, useful for large PDFs that cause the web interface to hang or timeout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages