swiftp icon indicating copy to clipboard operation
swiftp copied to clipboard

correct usage of Intent and actions in ftp server

Open gksucher opened this issue 3 years ago • 1 comments

Hi, I'm trying to invoke FTP server from within an app. as I do my first steps I have some trouble. Looking at the manifest files I was not able to decide how to invoke swiftp server into an active state and of course to stop it once the process has ended.

Br G

gksucher avatar Jan 02 '23 10:01 gksucher

I'm thinking you're talking about this: https://github.com/ppareit/swiftp/blob/6bb7a94739e24b7d0ae1d115cb27c84002d8c5b3/app/src/main/AndroidManifest.xml#L109

You may have to use an app that can send com.twofortyfouram.locale.intent.action.FIRE_SETTING and to send that from the other app is an issue to be determined there.

Xavron avatar Apr 05 '23 00:04 Xavron