B4A Question SMB (Samba): Limiting the timeout when sending a file - Erel (first post)    Apr 25, 2024   (1 reaction) There is no timeout setting. B4A Library jcifs-ng SMB-Client (SMB2) - DonManfred    Mar 15, 2020   (19 reactions) domain As String, userName As String, password As String, url As String)
listFiles (inputFile As jcifs.smb.SmbFile)
List the contents of this SMB resource as an array of
<code>SmbResource</code> objects. This method is much more efficient than
the regular <code>list</code> method when querying attri B4J Library jcifs-ng SMB-Client (SMB2) - DonManfred    Dec 19, 2020   (12 reactions) domain As String, userName As String, password As String, url As String)
listFiles (inputFile As jcifs.smb.SmbFile)
List the contents of this SMB resource as an array of
<code>SmbResource</code> objects. This method is much more efficient than
the regular <code>list</code> method when querying attri B4A Question I want access to the LAN on the computer by an Android application - DonManfred (first post)    Jun 09, 2021   (1 reaction) So in fact it starts using SMB to access it. SMB is the protocol to use to access shared folders/files. Spanish (SOLUCIONADO) SMB Actual? - vecino (first post)    Oct 04, 2023   (1 reaction) No entiendo qué dices, si habilitas SMB puedes enviar y recibir ficheros entre windows y android (y entre android y windows) sin problemas, para eso se inventó SMB, para compartir información entre distintos sistemas operativos.
I don't understand what you are saying, if you enable SMB you can send B4A Question SMB (Samba) v2/v3 support ? (i.e is there a library for it ?) - rcscsuk    Mar 10, 2018   (1 reaction) Hi
I'm working on application which has a function to copy files from a Windows share to the android device.
I am using the SMB library v1.1 found in these forums.
In testing in a Windows 7 environment this works fine. i.e. a copying files from a Windows 7 share to the device works. On trying thi B4J Question jcifs-ng SMB-Client (SMB2) - DonManfred (first post)    Dec 19, 2020   (3 reactions) 1. Update to the latest jcifs-ng library.
2. In app start you initialize the Client with the Share you want to have write Access to,
client.Initialize("SMBClient","domain","username","password","smb://192.168.2.252/Share/")
It then raises the Event SMBClient_Resource in which you get the link to th Italian Creare directory con SMB - lelelor (first post)    Oct 29, 2021   (2 reactions) Eccomi, funziona, bisogna mettere anche "/"
SMB1.MakeDir("smb://192.168.1.15/discoC","nuovadirectory") Errato
SMB1.MakeDir("smb://192.168.1.15/discoC/","nuovadirectory") Giusto
Grazie mille German Hilfe bei "B4A Library jcifs-ng SMB-Client (SMB2)" - DonManfred (first post)    Nov 22, 2022   (1 reaction) Nein, der domainname deiner Windowsdomäne.
SMB2 funktioniert nicht mit freigaben ohne Logindaten Italian jcifs-ng SMB-Client (SMB2) copia da pc windows 10 a device - giannimaione (first post)    Dec 03, 2020   (1 reaction) in genere uso questi comandi:
smb.SetCredentials(user, password, dominio)
smb.Initialize("smb")
dove user = utente configurato sul computer win10, e password = la password ;
dominio = "" (stringa vuota)
smb.ListFiles("smb://" & server & "/" & cartella & "/", "*.txt)
server = indirizzo ip del win Page: 1   2   3   4   5   6   7   Powered by ColBERT |