Displaying 20 results from an estimated 7000 matches similar to: "[Bug 957] Shell special characters not escaped by scp"
2004 Sep 06
1
scp bug: escaped characters in files prevent copying
When copying a file with an escaped character, scp removes the escaping
character before
sending to the host.
Is there a way to circunvent this?
Some examples follow (linux machines)
A: touch file\(new\)
B: scp user at A:file\(new\) .
user at A password:
bash: -c: line 1: syntax error near unexpected token `('
bash: -c: line 1: `scp -f ('
A: touch file\ 1
B: scp user at A:file\ 1 .
2019 Nov 03
2
scp, sftp, and special characters in filenames
I have not been able to get scp(1) to download a file with a newline
in its name. I know that scp(1) requires that remote filenames be
escaped for the shell, but that leads to protocol errors.
I am also unable to get sftp(1) to handle such files. It fails with
an ?unterminated quoted argument? error, no matter how I try to
quote the newline. Furthermore, the SFTP CLI is not well-suited to
2002 Jun 06
0
again: HTB - I can''t stand it any longer HELP ME
sorry for previous post. I have no idea what was the reason :-(. I am sure it was set to ''plain-text'', but I have changed email anyway...
-----------------------------------------------
hi there!
For weeks I am trying to set my network in such a way:
server (linux) is connected through ppp0 to internet. There is MLDonkey
running on that and it is also Internet default gateway
2019 Nov 04
2
scp, sftp, and special characters in filenames
On Mon, 4 Nov 2019, David Newall wrote:
> On 4/11/19 3:29 am, Demi M. Obenour wrote:
> > I have not been able to get scp(1) to download a file with a newline
> > in its name. I know that scp(1) requires that remote filenames be
> > escaped for the shell, but that leads to protocol errors.
>
> I see something much worse:
>
> $ sudo sh
> # echo
2004 Jul 20
0
Strange things with HTB
Hello.
I have a strange problem with HTB.
The configuration is:
tc qdisc add dev eth0 root handle 1: htb default 12 r2q 1
tc class add dev eth0 parent 1: classid 1:1 htb rate 78kbit ceil 78kbit burst 3K cburst 3K
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbit ceil 78kbit prio 0 burst 3K cburst 3K
tc class add dev eth0 parent 1:1 classid 1:11 htb rate 16kbit ceil 78kbit prio 1
tc
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
Hi
I''m looking for a quick recipe for a newbie to control http traffic in
my linux gw. My internet is overloaded already and vpn external clients
are experiencing troubles (disconnecting in peak hours).
Any suggestions ?
Regards
Guillermo
Caracas/Venezuela
On Thu, 2004-05-06 at 14:40, lartc-request@mailman.ds9a.nl wrote:
> Send LARTC mailing list submissions to
>
2007 Jul 08
6
mldonkey/edonkey - servers not connected
Hi,
I''m running mldonkey on same box as shorewall.
I follow this http://mldonkey.sourceforge.net/ShorewallConfiguration to open
ports for edonkey protocol
I add in /etc/shorewall/rules:
# eDonkey 2000
ACCEPT net $FW tcp 4662
ACCEPT net $FW udp 4666
but I could not connect to any edonkey server.
I check logs and notice that udp traffic on port 4666 is still dropped.
Jul 8 22:35:57
2004 Sep 23
5
Prioritizing forwarded traffic over locally generated traffic
Hi,
I''m a complete newbie at this traffic shaping / QoS stuff so please excuse
me if this is a silly question. I''ve searched and searched on Google and I
just end up confusing myself even more, so I thought I''d post my question to
this list and see whether someone can help me!
Basically, I am running a Linux box as a NAT router on my home network
(machine name marvin).
2004 May 06
2
imap problems
Hi,
I''m really new to traffic shaping and try to implement the wshaper.htb
script.
I have a linux box that serves as vdr, mldonkey, samba, apache and
mailserver (imap), connected to my LAN with 100mbit. I''m connected to
the inet via adsl with a hardware router/firewall, got 384k downlink 64k
uplink. When I have mldonkey running, imap (via Outlook) gets *very*
slow (mails with
2016 Oct 21
2
Problem with REMAINDER? 957%60 be 15 remainder 57 not 15 remainder -3 ?
I'm not mathematically gifted, but shouldn't 957%60 be 15 remainder 57?
Google and my desktop calculator certainly think so.
So where am I going wrong here? The following code
exten => 7,1,Verbose(Context: ${CONTEXT} Exten:${EXTEN})
same => n,Set(myNum=957)
same => n,Set(sec=$[REMAINDER(${myNum},60)])
same => n,Set(sec=$[ABS(${sec})])
same =>
2008 Jan 03
1
properly escaping special characters in AAF?
For most cases, I''ve got search working in Rails as follows:
## controller:
term = params[:search][:term]
@results = MyModel.find_by_contents "#{term}*"
The ''*'' character is appended to the search term so that searches match
anything that begins with ''term''. For the most part, this is great, but
let''s say term is equal to
2003 Jan 17
0
No access to root-level of shares on NT4 SP6 with Samba2.2.2 on FBSD-4.7
Hi John,
this is my smb.conf-file:
# /usr/local/etc/smb.conf
#
# $Id: smb.conf,v 1.1 2002/11/28 17:53:45 root Exp $
#
[global]
workgroup = ossa6
netbios name = claire
server string = File-services on claire.
hosts allow = 192.168.0.0/255.255.255.0
max log size = 0
security = user
encrypt passwords = yes
smb passwd file = /usr/local/etc/smbpasswd
socket options = TCP_NODELAY
interfaces =
2019 Nov 04
4
scp, sftp, and special characters in filenames
On Mon, 4 Nov 2019 at 14:07, David Newall <openssh at davidnewall.com> wrote:
> [about scp] That's just awful, and I should have
> thought it was not at all necessary. Am I missing something?
>
If you're saying that the scp protocol is an unfixable mess then the
openssh team has been agreeing[0] with you for at least a decade and a
half. We fix what we can, but some
2007 Mar 03
2
Help with HTB rules (experiencing latency)
Hello, I''m using these rules (attached) to control traffic going out
from ip 192.168.0.100 which is acting as a p2p server, but when I have
these rules on and mldonkey running I experience some latency in web
pages, which Iwould like to eliminate. I''ve read that this is where the
burst and cburst (even quantum) parameters are useful, but I still can''t
understand
2006 Oct 14
0
Error ldapsam
hi
I have pdc with openldap and samba...two server a master(shogun) and
slave(shinobi), two works right and are replicated, and samba works
right just when ldapsam is pointed to the same host where it installed
(samba is in shogun the master) i mean "passdb backend =
ldapsam:ldaps://shogun.ironman.es:636" , it works right...but when i put
"passdb backend =
2007 Apr 17
1
Problem with escaped control characters
I have created a program for myself for backing up data to tape from my
disk to disk to tape system, and after the initial day, I have been
using the output of a dry run of rsync to determine what files need to
be sent to tape. I think due to an upgrade in rsync the current version
now escapes control sequences with something like \#010 instead of ^H,
however this is now breaking my backup
2007 Aug 03
2
centos 5 as p2p client
Hello,
I'm running centos5. I'm wanting this machine only, none of my other
ones, to participate in p2p file sharing, bittorrent, edonkey, maybe other
networks. Does anyone have a howto or step by step guide for this? I've
installed bittorrent and mldonkey clients, but neither is working, i'm
assuming gateway firewall issue, but i've enabled the correct ports, 6881
2014 Jul 28
1
Parsing and deparsing of escaped unicode characters
In both R and JSON (and many other languages), unicode characters can
be escaped using a backslash followed by a lowercase "u" and a 4 digit
hex code. However when deparsing a character vector in R on Windows,
the non-latin characters get escaped as "<U+" followed by their 4
digit hex code and ">":
> x <- "I like \u5BFF\u53F8"
> cat(x)
I like
2003 May 24
2
Interpretation of escaped characters in \examples{}
I've noticed a curious interpretation of escaped characters in \examples{}
in .Rd files.
For example, if I type
files <- dir(pattern="\\.txt")
at the R prompt, I will get a vector containing all file names in the
current directory containing the string ".txt". If I put
\examples{ files <- dir(pattern="\\.txt") }
in an .Rd file of a package,
2007 Mar 06
1
Help needed with HTB
Hello, a few days ago I sent an email asking for help with my tc htb
rules I''ve got (a script), but I''m not sure if that email got to you...
anyway, I''m sending it again along with my htb script and I''ll tell you
the problem once again:
I have a computer with ip 192.168.0.100 which is acting as a p2p server,
so I want to shape traffic coming out from that