View current `smbclient` flags statussmbclient -M fails to send messagessmbclient getting NT_STATUS_LOGON_FAILURE connecting to Windows boxIs there a way to reset smbclient settings to the default?How to process output from smbclientsmbclient shows me my share, smbnetfs will notProblem with smbclient -L command - Ubuntu 14.04smbclient cannot connect to Windows Server 2012 R2What's the difference between smbclient and samba?smbclient automount via fstab asks for root pwdsmbclient doesn't show folder permission of server?

Should I be able to see patterns in a HS256 encoded JWT?

Find the percentage

Is having your hand in your pocket during a presentation bad?

If LPG gas burners can reach temperatures above 1700 °C, then how do HCA and PAH not develop in extreme amounts during cooking?

Who became a professor?

What is the size of Neverwinter?

This fell out of my toilet when I unscrewed the supply line. What is it?

How to catch creatures that can predict the next few minutes?

Is there any problem with students seeing faculty naked in university gym?

Why is there "Il" in "Il mio tesoro intanto"?

How do I know how many sub-shells deep I am?

Why does the first method take more than twice as long to create an array?

A goat is tied to the corner of a shed

Power Adapter for Traveling to Scotland (I live in the US)

Is negative resistance possible?

Why didn't Snape ask Dumbledore why he let "Moody" search his office?

The locus of polynomials with specified root multiplicities

AC/DC 100A clamp meter

How to realize Poles and zeros at infinity??especially through transfer function?

Determine the Winner of a Game of Australian Football

Venn diagrams show + - = underneath

How to Skip One Bullet in ITEMIZE?

I pay for a service, but I miss the broadcast

How do lasers measure short distances (<1cm) when electronics are too slow for time-of-flight to work?



View current `smbclient` flags status


smbclient -M fails to send messagessmbclient getting NT_STATUS_LOGON_FAILURE connecting to Windows boxIs there a way to reset smbclient settings to the default?How to process output from smbclientsmbclient shows me my share, smbnetfs will notProblem with smbclient -L command - Ubuntu 14.04smbclient cannot connect to Windows Server 2012 R2What's the difference between smbclient and samba?smbclient automount via fstab asks for root pwdsmbclient doesn't show folder permission of server?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0















I read random tutorial on the net (here) how to turn on/off recursion and prompt in smbclient by passing an argument:



recurse ON
prompt OFF


After a while, I just realize that the arguments passed into the command are meaningless. These command acts as a toggle when called, as specified on samba.org. You call it when it is ON, it shall be OFF, and vice-versa.



How to view the current status of these flags? It is not a good idea do some test commands every time just to know if they are currently ON or OFF.



By the way, does smbclient support some sort of mounting a shared directory into host file system? Or I need another utility for that? I'm using Ubuntu Server Bionic without a desktop environment.



Edit: another question, if I use mget/mput with prompt turned ON, it will ask me whether to copy for every single file, which is annoying and impractical if there are hundreds of files to be copied. Suppose I forget to turn it OFF in the first place, how can I cancel the current mget/mput command, or at least "Yes to All"?










share|improve this question


























  • You're better off just asking one question at a time and asking the further questions separately. You'll be more likely to get a helpful answer.

    – Arronical
    Apr 17 at 8:27

















0















I read random tutorial on the net (here) how to turn on/off recursion and prompt in smbclient by passing an argument:



recurse ON
prompt OFF


After a while, I just realize that the arguments passed into the command are meaningless. These command acts as a toggle when called, as specified on samba.org. You call it when it is ON, it shall be OFF, and vice-versa.



How to view the current status of these flags? It is not a good idea do some test commands every time just to know if they are currently ON or OFF.



By the way, does smbclient support some sort of mounting a shared directory into host file system? Or I need another utility for that? I'm using Ubuntu Server Bionic without a desktop environment.



Edit: another question, if I use mget/mput with prompt turned ON, it will ask me whether to copy for every single file, which is annoying and impractical if there are hundreds of files to be copied. Suppose I forget to turn it OFF in the first place, how can I cancel the current mget/mput command, or at least "Yes to All"?










share|improve this question


























  • You're better off just asking one question at a time and asking the further questions separately. You'll be more likely to get a helpful answer.

    – Arronical
    Apr 17 at 8:27













0












0








0








I read random tutorial on the net (here) how to turn on/off recursion and prompt in smbclient by passing an argument:



recurse ON
prompt OFF


After a while, I just realize that the arguments passed into the command are meaningless. These command acts as a toggle when called, as specified on samba.org. You call it when it is ON, it shall be OFF, and vice-versa.



How to view the current status of these flags? It is not a good idea do some test commands every time just to know if they are currently ON or OFF.



By the way, does smbclient support some sort of mounting a shared directory into host file system? Or I need another utility for that? I'm using Ubuntu Server Bionic without a desktop environment.



Edit: another question, if I use mget/mput with prompt turned ON, it will ask me whether to copy for every single file, which is annoying and impractical if there are hundreds of files to be copied. Suppose I forget to turn it OFF in the first place, how can I cancel the current mget/mput command, or at least "Yes to All"?










share|improve this question
















I read random tutorial on the net (here) how to turn on/off recursion and prompt in smbclient by passing an argument:



recurse ON
prompt OFF


After a while, I just realize that the arguments passed into the command are meaningless. These command acts as a toggle when called, as specified on samba.org. You call it when it is ON, it shall be OFF, and vice-versa.



How to view the current status of these flags? It is not a good idea do some test commands every time just to know if they are currently ON or OFF.



By the way, does smbclient support some sort of mounting a shared directory into host file system? Or I need another utility for that? I'm using Ubuntu Server Bionic without a desktop environment.



Edit: another question, if I use mget/mput with prompt turned ON, it will ask me whether to copy for every single file, which is annoying and impractical if there are hundreds of files to be copied. Suppose I forget to turn it OFF in the first place, how can I cancel the current mget/mput command, or at least "Yes to All"?







samba






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 17 at 8:21







Livy

















asked Apr 17 at 8:15









LivyLivy

1245 bronze badges




1245 bronze badges















  • You're better off just asking one question at a time and asking the further questions separately. You'll be more likely to get a helpful answer.

    – Arronical
    Apr 17 at 8:27

















  • You're better off just asking one question at a time and asking the further questions separately. You'll be more likely to get a helpful answer.

    – Arronical
    Apr 17 at 8:27
















You're better off just asking one question at a time and asking the further questions separately. You'll be more likely to get a helpful answer.

– Arronical
Apr 17 at 8:27





You're better off just asking one question at a time and asking the further questions separately. You'll be more likely to get a helpful answer.

– Arronical
Apr 17 at 8:27










0






active

oldest

votes













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134574%2fview-current-smbclient-flags-status%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134574%2fview-current-smbclient-flags-status%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?