Search found 4 matches
- Fri Aug 19, 2022 4:06 am
- Forum: PowerFTP
- Topic: Upload remaining miscalculation after screen lock
- Replies: 1
- Views: 55385
Upload remaining miscalculation after screen lock
I was uploading some files to a server over SFTP when a friend walked up, and I reflexively locked my device. When I unlocked the screen, PowerFTP Pro was still uploading, but seemed to have miscalculated the remaining uploads. Screenshots: https://hrethgir.org/keep/20220818_remaining.png https://hr...
- Tue Jul 19, 2022 7:19 am
- Forum: PowerFTP
- Topic: invalid privatekey
- Replies: 2
- Views: 57108
Re: invalid privatekey
I tried converting my current OpenSSH key into RSA, then exporting the RSA's public key to my server's authorized_keys file, yet the connection still failed. I tried generating a keypair using your instruction, and adding the public key to the server's authorized_keys file, yet the connection still ...
- Sun Jul 03, 2022 8:30 am
- Forum: PowerFTP
- Topic: Toggles look strange in dark mode
- Replies: 0
- Views: 120903
Toggles look strange in dark mode
When using dark mode, toggles in the Settings appear to be free floating. This is in light mode (deactivated toggles are visible): https://hrethgir.org/keep/lightmode.png This is dark mode (toggle under "Overwrite files" looks free-floating): https://hrethgir.org/keep/darkmode.png Normally...
- Sat May 28, 2022 3:58 am
- Forum: PowerFTP
- Topic: invalid privatekey
- Replies: 2
- Views: 57108
invalid privatekey
I used ssh-keygen to create a public/private keypair on my server to use for logging in without a password. I copied the id_rsa keyfile to my android phone, and added the text from id_rsa.pub to ~/.ssh/authorized_keys. When I go onto PowerFTP Pro, I edit host, select Login Mode=SSH key, and locate i...