SSH capable file manager with batch rename?
SSH capable file manager with batch rename?
I want to connect to my server via ssh on my phone, then rename a bunch of files with a batch rename function. Are there any open source file managers that do that?
I checked Ghost Commander but didn't look like there is a batch rename function, neither for Material Files. Unless I miss something.
I dont think so (would like to know ad well if there is something).
But I have used termux to login and batch rename stuff from command line.
6 0 ReplyIf you're asking for an android file manager app with a gui that will connect to sshfs, solid explorer does what you need but it isn't foss.
3 0 ReplyYeah my hope was some FOSS software does it but seems like no luck. I found several others that do this but not FOSS as you said. Thanks though.
1 0 Reply
Ghost Commander does have batch rename. You need to select multiple files and tap F2 Rename. Dunno how to use it, but it's there.
1 0 ReplyThats what I thought, but I tried before posting. It seems to only offer renaming the one you select.
1 0 ReplySelect multiple files first. If you have one selected, there's a rename dialog, with multiple there's a regex multi rename dialog.
1 0 Reply
Material Files on F-Droid supports SFTP
1 1 ReplyThanks. Read my post again please.
1 0 Reply
- install termux
- once installed do in,
termux-setup-storage && apt update && apt upgrade --yes && apt install openssh
- enjoy 😀
1 2 Reply