CONTENT
  • CHANGES
Szukaj
counter

#top smbget


smbget - wget-like utility for download files over SMB

Powiązane:
smbclient, smbget, smbpasswd,

SYNOPSIS
smbget [-a, --guest] [-r, --resume] [-R, --recursive] [-u, --username=STRING] [-p, --password=STRING] [-w, --workgroup=STRING] [-n, --nonprompt] [-d, --debuglevel=INT] [-D, --dots] [-P, --keep-permissions] [-o, --outputfile] [-f, --rcfile] [-q, --quiet] [-v, --verbose] [-b, --blocksize] [-?, --help] [--usage] {smb://host/share/path/to/file} [smb://url2/] [...]


DESCRIPTION



OPTIONS
-a, --guest
Work as user guest

-r, --resume
Automatically resume aborted files

-R, --recursive
Recursively download files

-u, --username=STRING
Username to use

-p, --password=STRING
Password to use

-w, --workgroup=STRING
Workgroup to use (optional)

-n, --nonprompt
Don't ask anything (non-interactive)

-P, --keep-permissions
Set same permissions on local file as are set on remote file.

-o, --outputfile
Write the file that is being download to the specified file. Can not be used together with -R.

-q, --quiet
Be quiet

-b, --blocksize
Number of bytes to download in a block. Defaults to 64000.



EXAMPLES
smbget filename.txt into current directory and save as filename.txt

smbget remote-filename.txt into current directory and save as local-filename.txt
smbget -u guest -p "" smb://10.5.5.5/temp/remote-filename.txt -o local-filename.txt
smbget -a smb://10.5.5.5/temp/remote-filename.txt -o local-filename.txt




Zmodyfikowany ostatnio: 2014/05/15 10:01:01 (10 lat temu), textsize: 2,55 kB, htmlsize: 3,64 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników