This library wraps JSch open source project. It supports the SFTP protocol. See this tutorial for more information.
Permissions:
android.permission.INTERNET
Events:
DownloadCompleted (ServerPath As String, Success As Boolean) DownloadProgress (ServerPath As String, TotalDownloaded As Long, Total As Long) UploadCompleted (ServerPath As String, Success As Boolean) UploadProgress (ServerPath As String, TotalUploaded As Long, Total As Long) CommandCompleted (Command As String, Success As Boolean, Reply As String) PromptYesNo (Message As String) ShowMessage (Message As String) ListCompleted (ServerPath As String, Success As Boolean, Folders() As SFtpEntry, Files() As SFtpEntry)