cli ftp with path completion and automatic anonymous login?? #3534
-
Summary:Problem: Want to transfer files from android to pc over LAN (hotspot-wifi) This boils down to following features:
So, the imagined user flow will be smth like:
Detailshi!
But recently had to use a PC where windows explorer was hanging tooooo much, so, can't use that. So, I thought that maybe CLI from MSYS2 has some solution to this 😃
These were the only 2 I tried so far. Further prospects might be (have not tried):
Questions:
Additionally I will also be interested to hear any other suggestion to transfer files wirelessly from phone to pc? (No bluetooth please 😆) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
You can use ADB (Android Debug Bridge) or KDE Connect. |
Beta Was this translation helpful? Give feedback.
-
some resources:
|
Beta Was this translation helpful? Give feedback.
-
I found lftp - it supports autonomous login, and does have fantastic (but case sensitive) auto completion. How I found thisi was doing $ pacman -Ss man
msys/lftp 4.9.2-4 (net-utils)
Sophisticated command line based FTP client (net-utils)
...
$ # "Sophisticated" huh! maybe it does support autonomous, and tab completion.
$ pacman -Si lftp
URL : https://lftp.yar.ru/
...
$ open https://lftp.yar.ru/ I searched there for "tab" and found this: remote-completion. Nice. Usage notes to self:On pc side:
On android side:
|
Beta Was this translation helpful? Give feedback.
I found lftp - it supports autonomous login, and does have fantastic (but case sensitive) auto completion.
Niiice. Now I can peacefully use ftp for file transfers between android to pc.
How I found this
i was doing
pacman -Ss man
(lots of good finds there:z3
,axel
, etc) and stumbled upon this: lftpI searched there for "tab" and found this: remote-completion. Nice.
Therefore, gave it an install, and tried…