Limit ssh bandwidth

2008-03-10 Thread Marc Rene Arns
Hi, for my client I have set up an mini sftp-Server (on Windows in their Intranet) and on my webserver (FreeBSD) there is a cronjob looking for new files to load them via sftp/ssh to the webserver. Now we need to limit the bandwidth of the sftp-uploads (ADSL). For several reasons it would be b

Re: Limit ssh bandwidth / sftp bandwidth

2008-03-11 Thread Marc Rene Arns
; > man scp: > > -l limit > Limits the used bandwidth, specified in Kbit/s. > > Regards >Hagen Volpers > > > -Urspr|ngliche Nachricht- > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Im Auftrag von Marc Rene Arns &g

Re: Limit ssh bandwidth

2008-03-11 Thread Marc Rene Arns
Am Dienstag, 11. Mdrz 2008 21:05:31 schrieben Sie: > On 2008-03-10, Marc Rene Arns <[EMAIL PROTECTED]> wrote: > > For several reasons it would be better, if I could limit the traffic on > > the webserver side. I thought, I would configure pf with altq to limit > &g

sftp: Umlauts and Spaces in filenames

2008-03-12 Thread Marc Rene Arns
Hi, I need to transfer files via sftp (ssh ftp) from a Windows machine. This files may contain Umlauts (vd|) and Spaces. I made several tests and stuck with the following: sftp [EMAIL PROTECTED]:'/file-withv|d.txt' works, but sftp [EMAIL PROTECTED]:'/file with spaces.txt' doesn't work. If I

Re: sftp: Umlauts and Spaces in filenames

2008-03-12 Thread Marc Rene Arns
Apparently the Umlauts in my mail got mangled by majordomo, I meant german latin1 characters, sometimes rewritten as 'ae' 'oe' and 'ue'. benny > Hi, > > I need to transfer files via sftp (ssh ftp) from a Windows machine. > This files may contain Umlauts (vd|) and Spaces. > > I made several tests a

Re: sftp: Umlauts and Spaces in filenames

2008-03-12 Thread Marc Rene Arns
So it must be an FreeBSD issue, sorry for the noise. > I ran a few tests, and OpenBSD seems perfectly capable of using those > extended characters have you tried using doubled quotes? I tried *everything* (backslash, double quotes, single quotes,...) BTW my ssh version is OpenSSH_4.5p1 FreeBSD