I need to pass the file to service layer which i am receiving in SFTP path. below is configuration and i am seeing the message receiving in my service-activator like GenericMessage [payload=com….
Tag: sftp
Apache Mina SFTP SftpSubsystem.Factory()
I am trying to setup a simple SFTP server using Apache Mine SSHD v1.2.0. I have looked at several examples on the web E.g. here, here and here. However they all have the same line in common which I cannot get NetBeans to resolve. NetBeans tells me that it cannot find Factory in SftpSubsystem. The line in question looks as
How to secure an SFTP password in an APK file
I’m developing an Android app which has a service to upload images/files to a FTP server. To make that possible, the app on the device has to log in into the FTP server before sending data. And here comes my problem. The user does not need to / have to know about the FTP login data. Only the app itself.