What is the problem you are having with rclone?
I Followed this step by step
oh, i forgot about my wiki
https://forum.rclone.org/t/rclone-on-termux-turn-your-android-phone-into-a-media-server/16064
in this example,
--- the android phone, running rclone inside termux, access over the internet using tailscale
--- the outside machine, running windows, using tailscale to access the android phone.
can do the double rclone
--- on android, this rclone command, that will create an on-the-fly sftp server.
this sftp server can be access using filezilla or any sftp client.
rclone serve sftp /storage/emulated/0/ --user=user --pass=pass --addr=100.116.26.87:2022
on windows laptop, run rclone two ways
rclone.exe copy :sftp,host=100.116.26.87,user=user,pass=vt_IP43PNxR82s7QdG8qtyxqi4Q,port=2022:Download ./Download -v --include=file.ext
INFO : file.ext: Copied (new)
INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Transferred: 1 / 1, 100%
Elapsed time: 4.9s
this example, on laptop, mount the android file system as a drive letter.
access using windows explorer, notepad or most any backup tool
rclone.exe mount :sftp,host=100.116.26.87,user=user,pass=vt_IP43PNxR82s7QdG8qtyxqi4Q,port=2022: x:
Now is the problem I can access my android phone files by windows with Sftp but they are all decrypted.
How can i make them encrypted?
Run the command 'rclone version' and share the full output of the command.
rclone v1.61.1
- os/version: Microsoft Windows 11 Home 21H2 (64 bit)
- os/kernel: 10.0.22000.1574 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.19.4
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Tailscale
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
I followed the Tutorial above and it all worked but its not encrypted and i wanna use sftp to see my files in windows but i want to have them encrypted and decrypt when needed. like rclone crypt remote
#### The rclone config contents with secrets removed.
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
[public_html]
type = sftp
host = 100.73.225.86
user = xxxxxx
port = 2022
pass = xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
key_file_pass =xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx