search for: reget

Displaying 20 results from an estimated 30 matches for "reget".

Did you mean: regex
2003 Oct 30
2
sftp client reget reput
...on 2002-06-05 Regards, Greg Hayes diff -u -r openssh-3.7.1p2/sftp-client.c openssh-3.7.1p2_sftp/sftp-client.c --- openssh-3.7.1p2/sftp-client.c 2003-07-02 22:46:57.000000000 -0500 +++ openssh-3.7.1p2_sftp/sftp-client.c 2003-10-16 10:09:51.000000000 -0500 @@ -735,8 +735,13 @@ } int +#ifdef REGET +do_download(struct sftp_conn *conn, char *remote_path, char *local_path, + int pflag, int rflag) +#else do_download(struct sftp_conn *conn, char *remote_path, char *local_path, int pflag) +#endif { Attrib junk, *a; Buffer msg; @@ -798,8 +803,17 @@ return(-1); } - local_fd = op...
2004 Nov 02
1
reget reput again...
Ben Lindstrom wrote (a very long time ago) : >The problem is in some cases the data being sent to you may be out of >order (thankful no sftp server does this yet). So reget/reput without RFC >clearifications can lead to bad file transfers. > >I'm trying to drag up in my mind which one was the problem... I believe >reput is fine since the client has control over the ordering. reget is >the troublesome some one without RFC clarifications stating...
2013 Jul 31
1
openssh-unix-dev Digest, Vol 123, Issue 13
...or release, so we would appreciate testing > > on as many platforms and systems as possible. This release contains > > some substantial new features and a number of bugfixes. > > > [snip] > > > > * sftp(1): add support for resuming partial downloads using the "reget" > > command and on the sftp commandline or on the "get" commandline using > > the "-a" (append) option. > > > > Some initial testing of the reget functionality shows that its > interaction with the progress meter code is a bit buggy. In one...
2003 Sep 17
1
sftp reget/reput
Hello openssh@ I thought about sftp's reget/reput commands. Several days ago, Damien Miller write to tech at openbsd.org (it was reply for my letter): > Herein lies a problem which is not easy to detect or solve. For > performance reasons, the sftp client does pipelined reads/writes when > transferring files. The protocol spec all...
2003 Feb 01
0
Feature request: Resuming sftp transfers (reget & reput)
Dear openssh developers, is there any plan to include the reget & reput commands into the sftp client? The sftp-server seems to already support the needed offset parameters. Frank
2002 Jun 05
0
I have implemented reget and reput in sftp.
is there any interest in this, and if so, how do I submit it? Thanks, David Bradford _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
2012 Sep 02
3
[Bug 2021] sftp resume support (using size and offset)
https://bugzilla.mindrot.org/show_bug.cgi?id=2021 --- Comment #3 from Loganaden Velvindron <loganaden at gmail.com> --- ping :-) ? -- You are receiving this mail because: You are watching the assignee of the bug.
2013 Jul 25
11
Call for testing: OpenSSH-6.3
...pport cases where stdin and stdout already point to the proxy. * ssh(1): allow IdenityFile=none * ssh(1)/sshd(8): add -E option to ssh and sshd to append debugging logs to a specified file instead of stderr or syslog. * sftp(1): add support for resuming partial downloads using the "reget" command and on the sftp commandline or on the "get" commandline using the "-a" (append) option. * ssh(1): add an "IgnoreUnknown" configuration option to selectively suppress errors arising from unknown configuration directives. * sshd(8): add support...
2019 Aug 29
0
I broke "yum update" - C7
...: False, 'opener' : None, 'password' : None, 'prefix' : None, 'progress_obj' : None, 'proxies' : None, 'proxy' : None, 'quote' : None, 'range' : None, 'reget' : None, 'retry' : None, 'retry_no_cache': False, 'retrycodes' : [-1, 2, 4, 5, 6, 7], 'size' : None, 'ssl_ca_cert' : None, 'ssl_cert' : None, 'ssl_cert_type': 'PEM', '...
2019 Aug 29
4
I broke "yum update" - C7
Am 2019-08-29 16:51, schrieb Gary Stainburn: > On Thursday 29 August 2019 15:45:44 Gordon Messmer wrote: >> On 8/29/19 3:03 AM, Gary Stainburn wrote: >> > https://us-east.repo.webtatic.com/yum/el7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized." >> >> >> What do you see when you run: >>
2018 Feb 14
0
CentOS 6: Yum downloadonly changes local source repositories (and CentOS 7)
...+0000 @@ -863,6 +863,7 @@ class YumRepository(Repository, config.R text=text, cache=cache, size=package.size, + copy_local=1, ) def getHeader(self, package, checkfunc = None, reget = 'simple', Although newer versions of yum do not rename the local package anymore, it still does not copy/download the package into the desired "downloaddir". I will try to report that upstream. Regards, Danny On Tue, Feb 13, 2018 at 6:05 PM, Danny Smit <danny.smit.0 at g...
2003 Feb 12
1
Confussion in mirroring
Hi all I want some information regarding mirroring. When mirroring from a rsync enabled site what internally happend?. mirroring is simillar to backup?. I want to know what is the difference between mirroring the batabase and backup the databse. plz help me regarding that. Thanx in advance. Regards Srinivasa Rao NatureSoft Pvt. Ltd. 11-20, 2nd Lane, Appu street, Mylapore,
2012 Jun 25
1
[Bug 2021] New: sftp resume support (using size and offset)
...has some arbitrary choices: 1) If user specifies -a (for resume), and file doesn't exist, it creates it and starts from offset 0. 2) If destination file is bigger than source file, it aborts. The assumption being that the user specified a wrong destination file. 3) -a to use resume and "REGET" in interactive mode. Feedback welcomed as usual. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
2013 Aug 01
2
[Bug 2138] New: SFTP interactive local rm
...Component: sftp Assignee: unassigned-bugs at mindrot.org Reporter: loganaden at gmail.com Created attachment 2325 --> https://bugzilla.mindrot.org/attachment.cgi?id=2325&action=edit sftp local remove I'm not sure if people might find it useful, but when using reget in interactive mode, I often need to quit sftp and do a local rm. I find it less annoying to use lrm (local remove file) within sftp. -- You are receiving this mail because: You are watching the assignee of the bug.
2013 Sep 14
0
[Bug 626] sftp is unable to resume interrupted downloads/ uploads
...--------------------------------------------------------- CC| |cjwatson at debian.org --- Comment #3 from Colin Watson <cjwatson at debian.org> --- Isn't this fixed in 6.3? * sftp(1): add support for resuming partial downloads using the "reget" command and on the sftp commandline or on the "get" commandline using the "-a" (append) option. -- You are receiving this mail because: You are the assignee for the bug.
2010 Aug 30
1
taskomatic.rb : set_vm_vnc_port
...komatic.rb:905:in `mainloop'/usr/share/ovirt-server/task-omatic/taskomatic.rb:871:in `loop'/usr/share/ovirt-server/task-omatic/taskomatic.rb:871:in `mainloop'/usr/share/ovirt-server/task-omatic/taskomatic.rb:972 INFO Mon Aug 30 15:23:00 +0000 2010 (26416) done context : 423 # Reget the db record or you can get 'dirty' errors. This can happen in a number 424 # of places so you'll see a lot of .reloads. 425 db_vm.reload 426 set_vm_vnc_port(db_vm, result.description) unless result.status != 0 427 -- Arthur CLEMENT Linagora Paris
2004 Aug 06
0
Sacrilege, but...
...t another entire day floundering around in > the world of icecast, I've really now got to the point of asking a > difficult question. > > I set up an icecast server back in early 1999, and it seemed to work fine > for months. We had a server crash here that meant I had to go and reget > the sources to rebuild, and ever since then it has been nothing but grief. > > I've reached the end of my very, very long tether, and not being an > afficionado of the online mp3 streaming scene, I'd just like to know:- > > - icecast is the open source equivalent of some...
2019 Aug 29
0
I broke "yum update" - C7
...: False, 'opener' : None, 'password' : None, 'prefix' : None, 'progress_obj' : None, 'proxies' : None, 'proxy' : None, 'quote' : None, 'range' : None, 'reget' : None, 'retry' : 10, 'retry_no_cache': False, 'retrycodes' : [-1, 2, 4, 5, 6, 7], 'size' : None, 'ssl_ca_cert' : None, 'ssl_cert' : None, 'ssl_cert_type': 'PEM', 's...
2004 Aug 06
7
Sacrilege, but...
...that having spent yet another entire day floundering around in the world of icecast, I've really now got to the point of asking a difficult question. I set up an icecast server back in early 1999, and it seemed to work fine for months. We had a server crash here that meant I had to go and reget the sources to rebuild, and ever since then it has been nothing but grief. I've reached the end of my very, very long tether, and not being an afficionado of the online mp3 streaming scene, I'd just like to know:- - icecast is the open source equivalent of something. - can I pay some mo...
2013 Sep 13
0
Announce: OpenSSH 6.3 released
...port cases where stdin and stdout already point to the proxy. * ssh(1): allow IdentityFile=none * ssh(1)/sshd(8): add -E option to ssh and sshd to append debugging logs to a specified file instead of stderr or syslog. * sftp(1): add support for resuming partial downloads using the "reget" command and on the sftp commandline or on the "get" commandline using the "-a" (append) option. * ssh(1): add an "IgnoreUnknown" configuration option to selectively suppress errors arising from unknown configuration directives. * sshd(8): add support...