Press on the image to return to the main documentation page.
SMB
This library is based on JCIFS library. It provides access to Microsoft Windows network file system. See this tutorial.
JCIFS and therefore also this library is licensed under the GNU Lesser General Public License. http://www.gnu.org/licenses/lgpl.html A copy of the Lesser General Public License is in the provided archive.
This library is based on JCIFS library. It provides access to Microsoft Windows network file system. See this tutorial.
Permissions:
android.permission.INTERNET
Events:
DownloadCompleted (Url As String, RemoteFile As String, Success As Boolean) UploadCompleted (Url As String, RemoteFile As String, Success As Boolean) DeleteCompleted (Url As String, RemoteFile As String, Success As Boolean) ListCompleted (Url As String, Success As Boolean, Entries() As SMBFile) MakeDirCompleted (Url As String, RemoteFile As String, Success As Boolean) RenameCompleted (Url As String, DestRemoteFile As String, Success As Boolean) CopyCompleted (DestUrl As String, DestRemoteFile As String, Success As Boolean) FreeSpaceCompleted (Url As String, RemoteFile As String, Size As Long, Success As Boolean)