search for: grothesqu

Displaying 5 results from an estimated 5 matches for "grothesqu".

Did you mean: grothesque
2025 Feb 04
1
Possibility of scp --interactive option
Morgan, Iain (ARC-TN)[InuTeq, LLC] wrote: > On Sun, 2 Feb 2025, Jochen Bern wrote: > > > On 01.02.25 22:30, Christoph Groth wrote: > > > An --interactive option that behaves just like the one in cp would > > > solve the issue for me. I would happily alias scp to > > > scp --interactive. Is there any technical or other reason why scp > > > does not
2025 Feb 04
1
Possibility of scp --interactive option
> On Feb 4, 2025, at 12:26, Christoph Groth <christoph at grothesque.org> wrote: > > ?Morgan, Iain (ARC-TN)[InuTeq, LLC] wrote: > >> -d >> >> Except that -i is already being used by scp to specify the identity. > > I had noticed that, and it?s unfortunate. So it would have to be > a different letter [but probably not -a o...
2025 Feb 01
1
Possibility of scp --interactive option
Hello, Now that scp uses the sftp protocol, wouldn?t it be a good idea to add an --interactive option ? la cp to it? It seems to me that one common usage of scp is to make sure that the files being copied are available on the remote machine, but without overwriting anything (and certainly not silently). I find myself very often in this situation, but judging by the number of questions about
2025 Feb 05
1
Possibility of scp --interactive option
Jim Knoble wrote: > Possibilities which try not to overload confusing options from `cp` or `ssh` > (and in some cases `rsync`): > > -B ("bother me") > -E ("excuse me, did you meant to overwrite?") > -G ("get confirmation") > -j ("just ask") > -m ("make me think/confirm") > -y or -Y ("yes, ask me before
2014 Aug 29
0
Documentation for /usr/lib/dovecot/imap executable
Dear Dovecot experts, I'm in the process of setting up dovecot with mbsync as a local cache for remote IMAP servers. One recipe that I found involves using the /usr/lib/dovecot/imap (This is with Debian's dovecot package). For example, in .mbsyncrc I have IMAPAccount cwg-wf-local RequireSSL no Tunnel "/usr/lib/dovecot/imap -o mail_location=maildir:/home/cwg/.mail/cwg-wf"