similar to: [Bug 1754] New: Can not copy from directories with space.

Displaying 20 results from an estimated 20000 matches similar to: "[Bug 1754] New: Can not copy from directories with space."

2008 May 10
1
scp local/remote external calls
I'm a bit confused how scp works... could someone please explain the local/remote external calls that happen when scp is started... in particular how it relates to ssh on the remote site? To be more specific... I use Kerberos for authentication and I've been working on an ssh wrapper script that checks my Kerberos credentials before running the ssh command. If the credentials are
2004 Jun 23
9
[Bug 882] Scp cannot copy self-referring directories
http://bugzilla.mindrot.org/show_bug.cgi?id=882 Summary: Scp cannot copy self-referring directories Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2006 Feb 22
7
[Bug 1161] scp -r fails
http://bugzilla.mindrot.org/show_bug.cgi?id=1161 Summary: scp -r fails Product: Portable OpenSSH Version: 4.3p1 Platform: ix86 OS/Version: Cygwin on NT/2k Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: gregt at post.pl This is on
2004 Jul 04
1
[Bug 891] possible problem with non-printing characters during scp copy
http://bugzilla.mindrot.org/show_bug.cgi?id=891 Summary: possible problem with non-printing characters during scp copy Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-bugs at
1999 Dec 14
2
1.2pre17 scp Input/Output error
Under OpenSSH 1.2pre17 I can duplicate and Input/Output error for scp: Conditions: pc36 is a RH6.0/i386 box. abc.co.za is a RH5.2/i386 box. (private network) openssh 1.2 pre 17 on both boxes. Line between them is a 128k leased line. It works between two 10baseT machines. If the scrollbar is active, the scp fails, if it isn't active, scp works. Note that without the scrollbar, the file gets
2004 Apr 20
8
[Bug 844] the client copy is over written during scp
http://bugzilla.mindrot.org/show_bug.cgi?id=844 Summary: the client copy is over written during scp Product: Portable OpenSSH Version: -current Platform: Other OS/Version: AIX Status: NEW Severity: trivial Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2008 Feb 24
1
Re: wine gecko installed OK, but does not work...
> and web-pages are not shown. just white window. > What to do? > mmarkk at mmarkk-debian:~/Desktop$ wine --version > wine-0.9.25 Your wine is rellay old. Please upgrade (newest is wine-0.9.56). > mmarkk at mmarkk-debian:~/Desktop$ wine iexplore ya.ru You need the full URL: wine iexplore http://www.ya.ru
2009 Dec 21
3
scp copy remote files does NOT copy link?
We have CENTOS 5.3 on DELL servers. I tried to us following command to copy remote files system to local: scp -rp oracle at ORA2:/home/app/oracle/10.2 . After SCP finish copy, I found some files on source file system using "link" but on target file systems it change to "physical file". Does there has way scp not change "link" setup? Thanks.
2007 Apr 04
1
[Bug 1302] scp failes to copy a file with newline
http://bugzilla.mindrot.org/show_bug.cgi?id=1302 Summary: scp failes to copy a file with newline Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: zdenek at
2004 Jan 23
2
[Bug 794] scp2 copy from machine A (openssh 3.5p1) to B (ssh 2.4.0) causes transferred file to be empty
http://bugzilla.mindrot.org/show_bug.cgi?id=794 Summary: scp2 copy from machine A (openssh 3.5p1) to B (ssh 2.4.0) causes transferred file to be empty Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp
2023 Sep 05
9
[Bug 3611] New: scp -r does not handle sym links to directories correctly
https://bugzilla.mindrot.org/show_bug.cgi?id=3611 Bug ID: 3611 Summary: scp -r does not handle sym links to directories correctly Product: Portable OpenSSH Version: 8.7p1 Hardware: amd64 OS: Linux Status: NEW Severity: minor Priority: P5 Component: scp
2002 Feb 20
2
feature request: add -a to scp for archive-style copy
This is a feature request for scp. scp has no easy option to copy symlinks, etc. to reproduce a directory tree. The -r option follows symlinks and reads the data out of device files when copying. A few years ago, the -a option was added to normal cp, replacing the cumbersome and arcane (cd wherever1 ; tar cf - whatever) | (cd wherever2 ; tar xpf - ) with cp -a wherever1/whatever wherever2
2002 Oct 30
1
scp removing the file after successful copy?
G'day, Sorry for the intrusion, just wondering if there are any plans to add a -u type option to scp like the commercial SSH's scp has, which removes the file after a successful copy? (particularly when copying a remote file to local) I was involved recently with a replacement of the commercial SSH with OpenSSH, and the lack of a -u option to scp caused some pain. I did a quick search
2005 Apr 06
5
Feature Suggestion - scp don't decrypt file at destination unecrypt on copy back switch
Hi all, Please pardon me if this has been discussed already on this list. I searched on "destination" and did not find a hit. The problem I am trying solve is having backups on a remote server that even root cannot not read. I have seen lot's of specialized file systems and volume drivers for various operating systems. But being that all files are already scp'd to the
2016 Sep 20
4
[PATCH] Allow scp to copy files that start with a Windows drive name.
On Windows, ?scp C:/foo/bar remotehost:? will attempt to connect to a remote host ?C? and access file ?/foo/bar?. There is currently no syntax or flag to allow copying files that start with a drive name. This patch changes the behaviour (only on Cygwin) by considering that a single letter followed by a colon is a Windows drive name and thus an absolute path. This is also more consistent with the
2004 Aug 31
1
scp does a local copy when ommiting :
Hi, I run into this quiet often: If you forget to add the : after the hostname you want to copy a file to, then scp does a simple local copy. This is quiet confusing if you dont notice it: "scp foo.txt server.bar.com:" (copies the file to remote homedir) "scp foo.txt server.bar.com" (creates the new file server.bar.com) I don't know if this behaviour is intended or even
2010 Mar 31
1
scp reject remote users with space in username
Hello, I have noticed that since release 5.x of openssh, the scp command rejects remote user names with white spaces. (We have such user names on Windows hosts) For instance: $ scp myfile "my user"@machine:. used to work with openssh-4.2p1 and fails with 5.2p1 and 5.3p1: my user: invalid user name. I have traced this down to revision 1.129 of scp.c which now calls okname(). OTOH,
2006 Feb 26
2
[Bug 1164] scp with spaces username no longer works
http://bugzilla.mindrot.org/show_bug.cgi?id=1164 Summary: scp with spaces username no longer works Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: dtucker at
2017 Sep 06
0
can't get quota working. I use static userdb driver.
Thank you for your answers. I fixed config to: plugin { sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve sieve_global = /mnt/rw_disc/dovecot/sieve/ quota = maildir:User quota_rule = *:storage=10M # quota_rule2 = INBOX.Trash:storage=+10%% quota_max_mail_size = 3M quota_exceeded_message = "552 5.2.2 Mailbox is full" } The mail_location is actually
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to: http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz The snapshot incorporates the last month's fixes and enhancements from the openssh-unix-dev mailing list and from the OpenBSD developers. In particular: - ssh-agent and ssh-add now handle DSA keys. NB. this does not interop with ssh.com's ssh-agent. (Markus Friedl)