Displaying 20 results from an estimated 107 matches for "smbget".
2010 Mar 07
2
smbget returns wrong exit code
smbget -Rr smb://localhost/share
[all files and folders are copied successfully!]
echo $?
1
On the other hand, when smbget is introduced with an error
smbget -Rr smb://localhost/shar
Can't open directory smb://localhost/shar: No such file or directory
echo $?
0
This is breaking my error checking...
2011 Jun 10
0
smbget -R creates problem in crontab
Hi ,
I am trying to download one folder from a windows share regularly.
I used the following command from the *command line* its *working* fine.
*/usr/bin/smbget -R smb://192.168.10.32/Data --username USER --password
PASSWORD*
But same script that I used in crontab(user per cron) I am getting some
errors and that is attached.
The interesting thing is if I issue
*/usr/bin/smbget smb://192.168.10.32/Data/test.xml --username USER
--password PASSWORD -o //hom...
2014 Oct 15
1
mget timeout
hello
I am trying to download a large file (9 Go) with smbclient on a linux
machine from a NAS. Apparently, smbclient mget has a timeout that prevents
me to download this large file.
smbget is a possible solution.
Also I'm doing this over an ssh tunnel. So I need to proxify smbget. Yet I
cannot specify another port than 445 on smbget.
I am stuck.
can anyone help me?
thanks
--
*--*
*Mouloud A?t-Kaci *
Intrusion testing (pentest) and
IT risk management consultant
CGI Business Con...
2011 Jun 09
0
Smbget 3.4.7 Permission Denied in Crontab, Not in Interactive Console Session?
Assembled Wisdom,
I was trying to help this poor guy on the intertubes who is having some
bizarre issues with running smbget (version 3.4.7) from a cron script?
Is there are some weird environment variables or something I am missing
that is off-limits to the sh in cron that prevents this from working?
http://serverfault.com/questions/278586/crontab-permission-denied/278595#278595
Best,
_AJS
--
Alexander Stein
User Sup...
2023 Mar 03
1
Console client bug
On 03/03/2023 08:56, belaz--- via samba wrote:
> Yes, I mean smbclient.
> I input a command like
> smbget -U guestshare -R smb://localhost/share
> The version option says that version is 4.13.13-Debian.
> Computer is irrelevant, because you are developing it for a certain operating system, not a computer.
> Dolphin worked.
>
smbget != smbclient
It also works for myself on Samba 4.15.7 w...
2023 Mar 03
1
Console client bug
Yes, I mean smbclient.
I input a command like?
smbget -U guestshare -R smb://localhost/share
The version option says that version is 4.13.13-Debian.
Computer is irrelevant, because you are developing it for a certain operating system, not a computer.
Dolphin worked.
--
I'm using Tutanota - the end-to-end encrypted email service
Mar 3, 2023, 0...
2013 Nov 01
2
samba-tool question
...samba4 installations ( see below )
#---------------------------------------
linteg [ /usr ]# ls bin/samba*
bin/samba-regedit
linteg [ /usr ]# ls bin/smb*
bin/smbcacls bin/smbclient4 bin/smbcquotas bin/smbpasswd bin/smbstatus
bin/smbtar bin/smbtree
bin/smbclient bin/smbcontrol bin/smbget bin/smbspool bin/smbta-util
bin/smbtorture
linteg [ /usr ]#
#---------------------------------------
and I cannot find samba-tool. I also did a search of the installation prefix
without avail.
BUT when I did a search of the samba build-tree I found a python-script of
the name '...
2014 Apr 13
1
gvfs and (lib)smbclient
...e.org/show_bug.cgi?id=588391#c10
[2]
Testing pulling files from a local Samba server from a tmpfs to a tmpfs.
Note that the latency of this is small and across a LAN any latency effects
would be more noticeable.
smbclient with default block size: 1429MB/s
smbclient with bs of 65534 bytes: 1644MB/s
smbget with default block size: 207MB/s
smbget with bs of 65534 bytes: 190MB/s
smbget with bs of 1MiB: 884MB/s
2024 Oct 25
0
Could not find a suitable mechtype in NEG_TOKEN_INIT error in libsmbclient 4.19.4
...hen negotiate down to the highest mutual available version,
>you appear to starting at the lowest version.
>
>Rowland
I dont think this is something I am controlling in any way through the
code. The client is very simple just doing smbc_init, smbc_opendir,
smbc_read etc.
Even the built-in smbget client in samba throws out with the same error.
Works in 4.10, but does not work in 4.19. I think there is some setting in
smb.conf which I am missing, but I cant figure out what.
#smbget --use-kerberos=off -d 10 "smb://
10.213.83.54/cifsshare/testing.dlpenc" -U "ePO\Administrato...
2016 Mar 16
4
[Announce] Samba 4.4.0rc5 Available for Download
...another DC.
pdbedit
-------
Add '--set-nt-hash' option to pdbedit to update user password from nt-hash
hexstring. 'pdbedit -vw' shows also password hashes.
smbstatus
---------
'smbstatus' was enhanced to show the state of signing and encryption for
sessions and shares.
smbget
------
The -u and -p options for user and password were replaced by the -U option that
accepts username[%password] as in many other tools of the Samba suite.
Similary, smbgetrc files do not accept username and password options any more,
only a single "user" option which also accepts user%...
2016 Mar 16
4
[Announce] Samba 4.4.0rc5 Available for Download
...another DC.
pdbedit
-------
Add '--set-nt-hash' option to pdbedit to update user password from nt-hash
hexstring. 'pdbedit -vw' shows also password hashes.
smbstatus
---------
'smbstatus' was enhanced to show the state of signing and encryption for
sessions and shares.
smbget
------
The -u and -p options for user and password were replaced by the -U option that
accepts username[%password] as in many other tools of the Samba suite.
Similary, smbgetrc files do not accept username and password options any more,
only a single "user" option which also accepts user%...
2024 Jan 08
0
[Announce] Samba 4.19.4 Available for Download
...cts first.
?? * BUG 15534: smbd does not detect ctdb public ipv6 addresses for
multichannel
???? exclusion.
o? Andreas Schneider <asn at samba.org>
?? * BUG 15469: 'force user = localunixuser' doesn't work if 'allow trusted
???? domains = no' is set.
?? * BUG 15525: smbget debug logging doesn't work.
?? * BUG 15532: smget: username in the smburl and interactive password
entry
???? doesn't work.
?? * BUG 15538: smbget auth function doesn't set values for password prompt
???? correctly.
o? Martin Schwenke <mschwenke at ddn.com>
?? * BUG 15523:...
2024 Jan 08
0
[Announce] Samba 4.19.4 Available for Download
...cts first.
?? * BUG 15534: smbd does not detect ctdb public ipv6 addresses for
multichannel
???? exclusion.
o? Andreas Schneider <asn at samba.org>
?? * BUG 15469: 'force user = localunixuser' doesn't work if 'allow trusted
???? domains = no' is set.
?? * BUG 15525: smbget debug logging doesn't work.
?? * BUG 15532: smget: username in the smburl and interactive password
entry
???? doesn't work.
?? * BUG 15538: smbget auth function doesn't set values for password prompt
???? correctly.
o? Martin Schwenke <mschwenke at ddn.com>
?? * BUG 15523:...
2007 Jan 27
3
SMB slow by design?
Hello list,
I have observed quite low bandwidth usage when copying files over SMB.
This happens for at least three cases I have tested:
* Windows 98 SE reading from a Samba 3.0.22 smbd
* Windows XP reading from a Samba 3.0.23d
* smbclient reading from 127.0.0.1 (3.0.23d)
According to iptraf, the average transfer rate was oscillating between
8604.60 kbps and 8654.20 kbit/s, copying a
2023 Mar 06
1
Console client bug
...re not paying anything here, so you do not
get to make demands.
> But the logs I have left from that day don't contain that message. I saw it only in the terminal after I set logging level in the config as I remember. Why is it not there, I wonder?
Possibly because the error came from the smbget command and you should
have used the '-d n' command, where 'n' is an integer and the higher the
integer, the more debug would have been printed.
The problem now is, you have deleted everything and I cannot (using your
smb.conf) get an error, everything works for me.
Rowland
2008 Aug 22
2
smbclient 3.2: smbc errno NT_STATUS_OK -> 22
As I was upgrading other things, the Debian package management system required me to upgrade Samba, from 3.0.24-6 to 3.2.0-4.
All the sudden it quit working, which means I can't run an smbget or smbclient will allow DIR and CD but not GET. Either way with the new version I get (debugging on at level 10)
smbc errno NT_STATUS_OK -> 22
followed by
Can't read 64000 bytes at offset 0, file smb://...
Am I the only person still downloading files from Win'98 shares?
I tried download...
2016 Mar 16
0
[Announce] Samba 4.4.0rc5 Available for Download
...set-nt-hash' option to pdbedit to update user password from nt-hash
> hexstring. 'pdbedit -vw' shows also password hashes.
>
> smbstatus
> ---------
>
> 'smbstatus' was enhanced to show the state of signing and encryption for
> sessions and shares.
>
> smbget
> ------
> The -u and -p options for user and password were replaced by the -U option that
> accepts username[%password] as in many other tools of the Samba suite.
> Similary, smbgetrc files do not accept username and password options any more,
> only a single "user" option...
2023 Mar 04
1
Console client bug
...ly when I created the folder manually.
--
I'm using Tutanota - the end-to-end encrypted email service
Mar 3, 2023, 12:33 by samba at lists.samba.org:
>
>
> On 03/03/2023 08:56, belaz--- via samba wrote:
>
>> Yes, I mean smbclient.
>> I input a command like
>> smbget -U guestshare -R smb://localhost/share
>> The version option says that version is 4.13.13-Debian.
>> Computer is irrelevant, because you are developing it for a certain operating system, not a computer.
>> Dolphin worked.
>>
>
>
> smbget != smbclient
>
> It al...
2006 Jul 21
1
Problems accessing shares with dollar signs
...\data$
(a Windows Server 2003 DC) or \\domain\data$ (the same share, shared
over DFS) using mount.cifs doesn't give any errors, and I can do an ls
of the top-level directory, but when I try to do an ls of a
subdirectory, I get the top-level directory listing again.
>From the same box, using smbget or smbclient's mget command works.
>From the same box, using smbclient's tar command fails; it gets a
directory listing of the subdirectory, but it tries to open each file
in that subdirectory as if it were a directory, and so it gives the
following error, repeated for each file:
NT_STA...
2018 Feb 13
2
Compile Samba without AD/ADS for a slim installation
...bclient/testacl3
[3165/3396] Linking default/examples/libsmbclient/testsmbc
[3166/3396] Linking default/examples/libsmbclient/testfstatvfs
[3167/3396] Linking default/examples/libsmbclient/teststat
[3168/3396] Linking default/examples/libsmbclient/teststat3
[3169/3396] Linking default/source3/utils/smbget
[3170/3396] Linking default/examples/libsmbclient/testbrowse2
[3171/3396] Linking default/examples/libsmbclient/testnotify
[3172/3396] Linking default/examples/libsmbclient/testbrowse
[3173/3396] Linking default/examples/libsmbclient/testchmod
[3174/3396] Linking default/source3/libtrusts-util-samb...