This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:file_transfer [2018/10/26 20:24] ctxz Improved formality |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== File Transfer ====== | ||
- | |||
- | There are various methods to transfer files to and from your reMarkable: | ||
- | |||
- | * Official [[client]] | ||
- | * [[tech:webinterface]] | ||
- | * [[tech:webinterface#accessing_files_via_curl|curl]] | ||
- | |||
- | The reMarkable community also offers a variety of 3rd party tools: | ||
- | |||
- | * [[https://github.com/adaerr/reMarkableScripts/blob/master/pdf2remarkable.sh|pdf2remarkable.sh]] -- host sided script to push a PDF to the reMarkable using ssh (zsh, uuidgen, imagemagick) | ||
- | * [[https://github.com/reHackable/scripts/blob/master/host/repush.sh|repush.sh]] -- Host sided script that can push one or more documents to the reMarkable using the Web client (bash, curl, ssh, nc) | ||
- | * [[https://github.com/splitbrain/ReMarkableAPI|reMarkableAPI]]((Warning: at the moment it does support only uploading PDF files, no epubs.)) -- command line tool to upload and download via the cloud API (php) | ||
- | * [[https://github.com/juruen/rmapi|rmapi]]((Warning: at the moment it does support only uploading PDF files, no epubs.)) -- interactive command line tool to upload and download via the cloud API (golang) | ||
- | |||