swiftp icon indicating copy to clipboard operation
swiftp copied to clipboard

FTP server for your android device.

Results 103 swiftp issues
Sort by recently updated
recently updated
newest added

ssl support requested

FEATURE

**Highly recommended to apply this pull request.** Closes: - https://github.com/ppareit/swiftp/issues/200 and major code improvement for DocumentFile. #### Short version: Heavily simplified better code. Can chew through 7,000 files in one...

Closes - https://github.com/ppareit/swiftp/issues/218 Some quick notes: - Used this long enough now without a single issue. Stops the ANR without causing any problem - Tested with zero problems on various...

### Problem: https://github.com/ppareit/swiftp/blob/221cc02148e9864789cccd36a06a8d08a3f1e34e/app/src/main/java/be/ppareit/swiftp/server/CmdMKD.java#L73 FTP client application rejecting the 250 but accepts the 257. The 257 is also used by a domain name registrar. ### Expected 257 or for the client...

It would be great if the app had a main window where you could see the log of all operations: someone connecting, authenticating, running commands like list, get, put, etc....

Somewhat dated but if a certain upcoming pull request gets added then this easily becomes an option again. Example: https://github.com/ppareit/swiftp/blob/267ea09ad89a491d7be7a1dd170f07d45aa05dc6/app/src/main/java/be/ppareit/swiftp/utils/FileUtil.java#L176C1-L178C22 ``` private static boolean rename(File source, File target) { source.renameTo(target);...

Closes: - https://github.com/ppareit/swiftp/issues/216 Signed builds crash at eg user save from missing type due to proguard minify. _Can adjust if needed._

Closes - https://github.com/ppareit/swiftp/issues/214 Security improvement for lock screen app tile Some quick notes: - Tile on lock screen only starts app/server _after_ device is unlocked for improved security - Uses...

Closes: - https://github.com/ppareit/swiftp/issues/170 App icon shortcut to turn on the server Notes: - Had to be dynamic - Static wouldn't work and just did an ANR instead - Tested on...

#### Important - Requires pull requests to be applied before this: - https://github.com/ppareit/swiftp/pull/205 - https://github.com/ppareit/swiftp/pull/217 - https://github.com/ppareit/swiftp/pull/227 Closes: - https://github.com/ppareit/swiftp/issues/224 - https://github.com/ppareit/swiftp/issues/225 Anonymous improvements and fixes Some quick notes: -...