Android app, that collect your sms in background and send them to ftp.
SMS2FTP is hosted in the following web site
https://github.com/N1CK5V/SMS2FTP
If you think the Android project SMS2FTP listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SMS2FTP.
Item | Value |
---|---|
Java File Count | 9 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar commons-net-ftp-2.0.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_EXTERNAL_STORAGE android.permission.READ_SMS android.permission.RECEIVE_SMS android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in SMS2FTP. The names of the image files are listed as follows.
appicon.png
The following screenshort is generated from the image listed above.
SMS2FTP has the following Java source files.
com.n1ck.SMS2FTP.AppendText.java com.n1ck.SMS2FTP.DataArray.java com.n1ck.SMS2FTP.FTPConnect.java com.n1ck.SMS2FTP.IncomingSMSListener.java com.n1ck.SMS2FTP.MainActivity.java com.n1ck.SMS2FTP.NetworkChangeReceiver.java com.n1ck.SMS2FTP.NetworkUtil.java com.n1ck.SMS2FTP.OutgoingSMS.java com.n1ck.SMS2FTP.Tasks.java