Displaying 20 results from an estimated 29 matches for "localfiles".
Did you mean:
localfile
2014 Apr 22
1
Yum cannot download from local repository
I have set up a local filesystem repo thus:
# cat /etc/yum.repos.d/LocalFiles.repo
# LocalFiles.repo
#
# This repo is used with rpms contained in a local filesystem repo
# created with createrepo. You can use this repo and yum to install
# items directly off the local disk.
#
# To use this repo with the other repos:
# yum --enablerepo=localfiles yum --nogpgcheck <yum c...
2001 Sep 10
0
[PATCH] quick hack for 'resume' support in sftp
I saw several questions regarding 'resume transfer' support in sftp come up,
in the archives, but no real satisfying answer. I had a particular itch
myself, so I scratched it with a quick hack. Patch attached, since it's not
really big.
To explain, I need to use ssh (scp or sftp) to transfer files to and from a
Windows box. No other method is available. And the Windows machine has no
2002 Oct 18
1
Patch: sftp client support of "ls [flags] [path [localfile]]" feature
Hello,
I just downloaded OpenSSH 3.5p1. This version has some great improvement in
sftp client.
But I still miss the FTP's "ls [flags] remote-path [localpath]" feature to
redirect the output of ls/dir
to a local file.
The following are the diff outputs against 3.5p1 to enable this feature.
*** sftp-int.c.orig Wed Sep 11 20:34:15 2002
--- sftp-int.c Fri Oct 18 13:39:46 2002
2001 Nov 20
4
Bandwidth Limits
Has anyone noticed that the --bwlimit doesn't really work?
I have MRTG stats happening, and on a 128Kbps circuit, an rsync
with the following syntax takes up the whole line.
$ rsync -avz -e ssh localfiles.tar.gz user@remote:/path/to/file/arch
Any ideas? It's on an OpenBSD box going to a FreeBSD box. Both are
2.4.6.
-#0
2012 Oct 12
2
scp scripting question
So, my manager, in zsh, can do the following:
scp -i =(ssh -qnx <snip> cat /etc/ks/ks_dsa) localfile server:/whereitgoes
Does anyone have any ideas what the syntax in bash is? I've been playing
with this for hours. My manager says that zsh treats the cat'd key as a
file, while if you try it with bash, replacing the = with <, it asks for
the passphrase of what must be a socket.
2008 Feb 16
3
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
Hi all:
I am trying to transfer a file from a machine A to a machine B. I ran
a rsync deamon on machine B at a given port. Because there is a firewall
between these two machines, I opened the port on the firewall. Is this
enough to get rsync work through firewall?
When I tried the transfer, I got the following error messages.
my command:
rsync -a --copy-links localfile rsync:://me@<my
2017 Feb 04
4
[PATCH 0/4] p2v: Send ping packets, document timeout problems.
Fix and/or document issues raised in this thread:
https://www.redhat.com/archives/libguestfs/2017-February/msg00010.html
Rich.
2007 Dec 07
1
scp -t - revisited.....
>From the testing that I've done so far, using the command= restriction essentially ignores any and all attempts by the client to send different remote filenames, directory commands, etc...
using scp -i some_key localfile remotehost:../../../../../../../../../../tmp/file places a copy of the file named "localfile" in the directory specified in the command= line of the
2009 Oct 26
1
SCP
I'm using 5.0p1 (Yeah, yeah. I know.). For various reasons, I am unable
to upgrade to the latest and greatest, which probably would solve my
problem.
Here's my question.
When doing an scp from remote to local (e.g.: scp user at host:remote
localfile), is there any way to specify the path to the remote scp? Or
do I have to patch the code to allow it?
----
Scott
2017 Mar 30
4
[PATCH 0/3] p2v, v2v: Ensure the full version is always available in several places.
After debugging a virt-p2v issue with a customer in the middle of the
night on Tuesday, I felt it would have been helpful to know exactly
which version(s) of virt-p2v and virt-v2v they were using. That
wasn't very clear from the log file I was provided with, so this
change makes sure the information is included every time.
Rich.
2017 Dec 08
1
Re: [PATCH v2 2/2] v2v: -i vmx: Enhance VMX support with ability to use ‘-it ssh’ transport.
On Friday, 8 December 2017 17:02:30 CET Richard W.M. Jones wrote:
> This enhances the existing VMX input support allowing it to be
> used over SSH to the ESXi server.
>
> The original command (for local .vmx files) was:
>
> $ virt-v2v -i vmx guest.vmx -o local -os /var/tmp
>
> Adding ‘-it ssh’ and using an SSH remote path gives the new syntax:
>
> $ virt-v2v \
2018 Apr 25
9
[PATCH v2 0/9] v2v: -i ova: Handle OVAs containing snapshots.
https://bugzilla.redhat.com/show_bug.cgi?id=1570407
This turned into quite an in-depth refactoring of how we handle OVAs.
It also fixes a potential security issue.
Rich.
2002 Nov 12
6
tftpd server
Hi
In the pxelinux page, is referred that the tftpd server from
http://tftpd32.jounin.net as working with pxelinux.
However, from the tests I've made, it seems that the 'tsize' option is not
supported.
Anyone has knowledge of a working TFTPD server that runs on Windows NT4?
p.s. it can be shareware, I just want to test it with NT4, I have had
success with the 'builtin'
2017 Dec 08
0
[PATCH v2 2/2] v2v: -i vmx: Enhance VMX support with ability to use ‘-it ssh’ transport.
This enhances the existing VMX input support allowing it to be
used over SSH to the ESXi server.
The original command (for local .vmx files) was:
$ virt-v2v -i vmx guest.vmx -o local -os /var/tmp
Adding ‘-it ssh’ and using an SSH remote path gives the new syntax:
$ virt-v2v \
-i vmx -it ssh \
"root@esxi.example.com:/vmfs/volumes/datastore1/guest/guest.vmx" \
-o local
2009 Jan 03
2
Bash cgi upload form
Anyone have a function or script for uploading files from a web
browser with a bash script? I know this is possible to do with Perl,
I'm wondering if the same is possible using only bash.
2007 May 23
1
How to Sync a FTP located log file to Local log file
How to Sync a FTP located log file to Local log file.
What I want to do:-
1. I have a FTP location
2. I have a local machine
3. I want to sync my local file from FTP server
4. I donot want to delete any thing and I do not want to Change the FTP
location file.
5. Only I want to Update my local file from FTP server.
How can we write a script for this? Please help me out
Thanks,
Nishant
2019 Jul 25
1
[PATCH] v2v: -i vmx: Use scp -T option if available to unbreak scp (RHBZ#1733168).
Tested using:
cd v2v
LIBGUESTFS_BACKEND=direct ../run virt-v2v -i vmx -it ssh "ssh://localhost/$PWD/test-v2v-i-vmx-1.vmx" -o null -v -x
and manually examining the debug output.
Thanks: Ming Xie, Jakub Jelen.
---
v2v/input_vmx.ml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/v2v/input_vmx.ml b/v2v/input_vmx.ml
index 5441bccb9..4a82a867f 100644
---
2010 Apr 22
0
[LLVMdev] Books/docs on exception handling
Hi Trevor,
DWARF exception handling is an amalgam of several different documents and code tables, which all conspire to give us exception handling. :-) The documents you should read are:
* Exception Handling Tables (http://www.codesourcery.com/public/cxx-abi/exceptions.pdf)
This explains in detail what the table in the "__TEXT,__gcc_except_tab" section is all about.
* DWARF
2004 Dec 10
7
[Bug 962] Data loss in interactive session on slow terminal
http://bugzilla.mindrot.org/show_bug.cgi?id=962
Summary: Data loss in interactive session on slow terminal
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2019 Jan 23
3
Status of SCP vulnerability
I worked on a proposal like this a few years back (including proof of
concept code).? I taught sftp to have an scp personality (closer to scp2
than scp), and it was rejected by the higher ups.? It may have been the
dual-personality issue, but I know the scp2 concept was also rejected at
the time as it was stated there should be one transfer tool.
But the only way to drag scp into this century