Displaying 20 results from an estimated 48 matches for "mput".
Did you mean:
dput
2009 Aug 31
1
mput/mget misbehavior
A couple of notes about mget/mput in SFTP (5.1p1).
1. They aren't documented in the SFTP man page
2 They misbehave --
"mput a.txt b.txt" copies a.txt to b.txt on the server
"mput *.txt b.txt" copies the first wildcard match to b.txt on
the server
"mput a.txt b.txt c.txt&quo...
2002 Mar 28
2
[Bug 181] Undocumented mget and mput in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=181
------- Additional Comments From jason at rndpkt.org 2002-03-28 15:26 -------
mget and mput are just "aliased" commands to get and put, I'm assuming for some
kind of compatability. mget and mput expect the get and put parameters and DO
NOT function like FTP-based mget and mput (i.e. mget file1 file2.. file#). I'd
be happy to submit a patch for this, but not sure it'...
2001 Feb 23
1
Problem with mput * on Tru64 ?
Samba 2.0.7 running on Compaq Tru64 UNIX V5.0A with latest tru64
patches.
"mget *" works OK, "mput *" or something like "mput *.bat" fails with
the error message "find: bad option -maxdepth".
Several questions - Anyone else come across this one? Would dropping
back to 2.0.6 fix the problem? Could it be an issue with 2.0.7 on Tru64
V5?
Regards,
Brian Sheldon
Aldcliffe...
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear Jeremy.
Really appreciate you took your time to answer. I had already reviewed
source4/client/client.c looking for mput (cmd_mput) command, but unluckily
saying that my C programming skills are poor woud be really overrating them.
I'm sorry to disagree for two reasons
1-. It works for mget, true that the source code is completely different.
2-. If taking a look into smbclient man latest release:
"
mask...
2020 Aug 25
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...ndard output
during compilation. I did just assume source4 was the one for Samba4.
Anyway, besides the source confusion (really, even if I had found the right
one, following the code would have been out of my reach), I don't seem to
find how that is related with the documentation issue, or the
mput/mask/recurse commands combination issue.
May I ask whether any of you have made the test trying to transfer
recursively filtered files?
Many thanks. Best regards.
El mar., 25 ago. 2020 a las 2:36, Andrew Bartlett (<abartlet at samba.org>)
escribi?:
> On Tue, 2020-08-25 at 00:49 +0200,...
2020 Aug 25
1
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear all.
I would like to propose a possible way to make mget and mput behave more or
less the same way, rather that just changing documentation. Please, bear in
mind this is a poor attempt coming from a person with no C skills at all,
so other than testing that only filtered files are transferred, I have not
gone further. Hope at least to have been able not to corrup...
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...\> !mkdir -p /tmp/borrame/b
smb: \> !touch /tmp/borrame/a/AM.xls
smb: \> !touch /tmp/borrame/a/AT.xls
smb: \> !touch /tmp/borrame/b/BT.xls
smb: \> lcd /tmp/borrame
smb: \> cd borrar
smb: \borrar\> recurse
smb: \borrar\> prompt
smb: \borrar\> mask *M.xls
smb: \borrar\> mput *
putting file a/AT.xls as \borrar\a\AT.xls (0,0 kb/s) (average 0,0 kb/s)
putting file a/AM.xls as \borrar\a\AM.xls (0,0 kb/s) (average 0,0 kb/s)
putting file b/BT.xls as \borrar\b\BT.xls (0,0 kb/s) (average 0,0 kb/s)
I'll be trying next compiling 4.12.6 on OEL 6, which will take some time to...
2020 Aug 21
4
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...say a and b, each one containing a dummy file, say
a/AM.xls and b/AT.xls
If I run:
smbclient -d 30 -l /var/log/samba -m SMB3 -W "${d}" -U "${u}" "${s}" "${p}"
smb: \> lcd /tmp/eraseme
smb: \> recurse
smb: \> prompt
smb: \> mask *M.xls
smb: \> mput *
it transfer both AM.xls an AT.xls files, which seems not to agree what man
page states:
" mask <mask>
This command allows the user to set up a mask which will be used
during recursive operation of the mget and mput commands.
The masks specified to the mge...
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...le, say
> a/AM.xls and b/AT.xls
>
> If I run:
> smbclient -d 30 -l /var/log/samba -m SMB3 -W "${d}" -U "${u}" "${s}" "${p}"
> smb: \> lcd /tmp/eraseme
> smb: \> recurse
> smb: \> prompt
> smb: \> mask *M.xls
> smb: \> mput *
>
> it transfer both AM.xls an AT.xls files, which seems not to agree what man
> page states:
>
> " mask <mask>
> This command allows the user to set up a mask which will be
> used during recursive operation of the mget and mput commands.
>
>...
2020 Aug 25
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear all.
Confirmed: compilation of 4.12.6 produces same result, mput + recurse
ignores mask for files.
Will you please tell me if you need further details, or which steps I
should follow? Should I file a bug?
Many thanks. Best regards.
El mar., 25 ago. 2020 a las 9:52, LPC DPG (<lpcdpg at gmail.com>) escribi?:
> Dear Andrew.
>
> You are right, I s...
2004 Mar 19
0
Please, help with mput/mask!!! Thanks!
Guys, I really need some help.
Samba version
samba-client-2.2.7-3.7.2
samba-2.2.7-3.7.2
samba-swat-2.2.7-3.7.2
samba-common-2.2.7-3.7.2
I'm trying to upload all *.gz files only from dir* dirs.
I do
mask *.gz
recurse
mput dir*
See the detailed output below
But mput keeps grabbing non *.gz files IGNORING the mask *.gz command.
Am I doing something stupid here?
Thanks,
Ruslan.
[root at www005 root]# cd /var/log/httpd/www/ltest
[root at www005 ltest]# ls -l d*
dir1:
total 608
-rw-r--r-- 1 root root 8...
1997 Dec 08
1
Samba - Amiga, smbclient recurs problem
Hi All,
I'm an Amiga user of samba. All is well with server and client except recursive mput
within smbclient. It transfers nothing, and reports no errors. Can anyone help? My
samba version is 1.9.16p9.
More detail: I started with BIN: pointing to amitcp:samba/bin in which I placed sh,
as recommended. I found without recurs set that mput #? (or mput *) reported that
it could not find ls (...
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...ow the DC or the
Linux server are configured. So a basic issue with a basic feature
suggests, again in my humble opinion, there is a kind of misunderstanding
or regression bug here.
Will you please confirm it should works as described by man? I have look
into client.c, and the way cmd_mget and cmd_mput are programmed differs.
Many thanks. Best regards.
El lun., 24 ago. 2020 a las 14:48, LPC DPG (<lpcdpg at gmail.com>) escribi?:
> A new update. Same behaviour with 4.6.16. Exact issue as Bug 1249.
>
> Many thanks. Kind regards.
>
> El lun., 24 ago. 2020 a las 12:23, LPC DPG...
2002 Mar 22
0
[Bug 181] New: Undocumented mget and mput in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=181
Summary: Undocumented mget and mput in sftp
Product: Portable OpenSSH
Version: 3.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P5
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: Maldoror...
2000 Apr 03
0
SMBCLIENT -> UNIX to NT mput
...imes prior with
no response.
Here's the problem:
I am using SMBCLIENT to backup a directory structure to a share on a Windows
NT 4 Server.
I execute the following commands upon establishing a connection to the NT
server:
> recurse
> prompt
> lcd /directory/to/backup
> mask *
> mput * // I've also tried to mput specific directory names with
no luck.
The error I get is:
> ERRDOS - 123 making remote directory \directory/subdirectory
When copying it will not recurse more than one directory in creating
directories on the NT server.
The obvious forward slash see...
2020 Aug 24
4
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...t;
>> If I run:
>> smbclient -d 30 -l /var/log/samba -m SMB3 -W "${d}" -U "${u}" "${s}"
>> "${p}"
>> smb: \> lcd /tmp/eraseme
>> smb: \> recurse
>> smb: \> prompt
>> smb: \> mask *M.xls
>> smb: \> mput *
>>
>> it transfer both AM.xls an AT.xls files, which seems not to agree what
>> man page states:
>>
>> " mask <mask>
>> This command allows the user to set up a mask which will be
>> used during recursive operation of the mget...
1999 Dec 11
1
Problems with recursive MPUT
...irectories d1 and d2 are created OK but
it appears that samba is attempting to create the subdirectories with /
instead of \ in the athname.
This is the output when I run smbclient to copy the data:
smb: \> recurse
directory recursion is now on
smb: \> prompt
prompting is now off
smb: \> mput *
putting file d1/f11 as \d1\f11 (2.832 kb/s) (average 2.83203 kb/s)
putting file d1/f12 as \d1\f12 (3.54 kb/s) (average 3.1467 kb/s)
ERRDOS - 123 making remote directory \d2/d21
ERRDOS - 123 making remote directory \d2/d22
putting file d2/f21 as \d2\f21 (3.54 kb/s) (average 3.26773 kb/s)
putting f...
2000 Apr 03
1
2.0.7pre3: smbclient issues
...with
dir1/file1
dir2/file2
I cannot find a way to connect to another smb server share and
transferring just the dir1 with the file(s) within.
smb: \> recurse
directory recursion is now on
smb: \> prompt
prompting is now off
smb: \> mask *
smb: \> put dir1
dir1 does not exist
smb: \> mput dir1 (dir1 is transferred without file1, no output)
smb: \> mput dir* (dir1 and dir2 transferred without files, no output)
smb: \> mput * (dir1 and dir2 transferred with files, output to screen)
putting file dir1/file1 as \dir1\file1 (0.781235 kb/s) (average 0.78125
kb/s)
putting file dir2/f...
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...t; !touch /tmp/borrame/a/AM.xls
> smb: \> !touch /tmp/borrame/a/AT.xls
> smb: \> !touch /tmp/borrame/b/BT.xls
> smb: \> lcd /tmp/borrame
> smb: \> cd borrar
> smb: \borrar\> recurse
> smb: \borrar\> prompt
> smb: \borrar\> mask *M.xls
> smb: \borrar\> mput *
> putting file a/AT.xls as \borrar\a\AT.xls (0,0 kb/s) (average 0,0 kb/s)
> putting file a/AM.xls as \borrar\a\AM.xls (0,0 kb/s) (average 0,0 kb/s)
> putting file b/BT.xls as \borrar\b\BT.xls (0,0 kb/s) (average 0,0 kb/s)
All the 'mask' command does is set a global string that
i...
2002 Jul 19
0
[Bug 181] Undocumented mget and mput in sftp
...|Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mouring at eviladmin.org 2002-07-20 04:14 -------
mget/mput will stay undocumented.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.