/external/openssh/ |
D | scp.0 | 4 scp - secure copy (remote file copy program) 7 scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] 12 scp copies files between hosts on a network. It uses ssh(1) for data 14 as ssh(1). Unlike rcp(1), scp will ask for passwords or passphrases if 19 explicit using absolute or relative pathnames to avoid scp treating file 25 -1 Forces scp to use protocol 1. 27 -2 Forces scp to use protocol 2. 34 -4 Forces scp to use IPv4 addresses only. 36 -6 Forces scp to use IPv6 addresses only. 63 there is no separate scp command-line flag. For full details of [all …]
|
D | Android.mk | 91 scp.c progressmeter.c bufaux.c 93 LOCAL_MODULE := scp
|
D | CREDITS | 52 Juergen Keil <jk@tools.de> - scp bugfixing 54 Kees Cook <cook@cpoint.net> - scp fixes
|
D | ChangeLog | 692 [scp.1 scp.c] 693 add a new -3 option to scp: Copies between two remote hosts are 697 [scp.1 scp.c] 698 scp.1: grammer fix 699 scp.c: add -3 to usage() 806 [scp.c] 854 [scp.1 sftp.1 ssh.1 sshd_config.5] 893 [scp.1 ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5 sshd.8 sshd_config.5] 1061 [atomicio.c atomicio.h misc.c misc.h scp.c sftp-client.c] 1065 factor out bandwidth limiting code from scp(1) into a generic bandwidth [all …]
|
/external/openssh/regress/ |
D | scp.sh | 9 if diff -N ${SRC}/scp.sh ${SRC}/scp.sh 2>/dev/null; then 22 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp 23 chmod 755 ${OBJ}/scp-ssh-wrapper.scp 127 rm -f ${OBJ}/scp-ssh-wrapper.scp
|
D | Makefile | 39 scp \ 75 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
|
D | README.regress | 96 - Similarly, if you do not have "scp" in your system's $PATH then the 97 multiplex scp tests will fail (since the system's shell startup scripts 98 will determine where the shell started by sshd will look for scp).
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | SCPOutputStream.java | 22 private SCPClient scp; field in SCPOutputStream 28 this.scp = client; in SCPOutputStream() 32 scp.readResponse(is); in SCPOutputStream() 39 scp.readResponse(is); in SCPOutputStream() 50 scp.readResponse(session.getStdout()); in close()
|
/external/valgrind/main/coregrind/m_sigframe/ |
D | sigframe-ppc32-linux.c | 749 struct vki_sigcontext *scp = &frame->sigcontext; in VG_() local 752 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) ); in VG_() 753 scp->signal = sigNo; in VG_() 754 scp->handler = (Addr) handler; in VG_() 755 scp->oldmask = tst->sig_mask.sig[0]; in VG_() 756 scp->_unused[3] = tst->sig_mask.sig[1]; in VG_() 758 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) ); in VG_() 763 SET_SIGNAL_GPR(tid, 4, (Addr) scp); in VG_()
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 124 const signed char *scp = (const signed char *) name; in dx_hack_hash() local 131 c = (int) *scp++; in dx_hack_hash() 147 const signed char *scp = (const signed char *) msg; in str2hashbuf() local 161 c = (int) scp[i]; in str2hashbuf()
|
/external/dropbear/ |
D | Android.mk | 37 scp.c progressmeter.c atomicio.c scpmisc.c 45 LOCAL_MODULE := scp
|
D | Makefile.in | 43 SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o 161 scp: $(SCPOBJS) $(HEADERS) Makefile 203 -rm -f dropbear dbclient dropbearkey dropbearconvert scp scp-progress \
|
D | TODO | 20 - fix scp.c for IRIX
|
D | README | 70 The Dropbear distribution includes a standalone version of OpenSSH's scp 71 program. You can compile it with "make scp", you may want to change the path
|
D | CHANGES | 40 - Avoid hanging after exit in certain cases (such as scp) 58 - Compile fix for scp 79 - Updated to scp from OpenSSH 4.3p2 - fixes a security issue 165 will work with scp. 190 - Fix dbclient so that "scp -i keyfile" works. (It can handle "-ikeyfile 224 - scp works correctly when passed a username (fix for the dbclient program 363 - Various minor fixes allow scp to work with irix, thanks to Paul Marinceu for 386 - scp compilation on systems without strlcpy() is fixed, thanks to Peter 404 - Added a stripped down version of OpenSSH's scp binary 586 - channel code now closes properly on EOF - scp processes don't hang around
|
D | INSTALL | 13 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" 17 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedPublish.emf.properties | 76 # options for publishing files - need either an scp target or a cvs root/path, or both 88 # /path/to/scp/executable 89 scpExec=/usr/bin/scp 93 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the…
|
D | feedPublish.uml2.properties | 76 # options for publishing files - need either an scp target or a cvs root/path, or both 88 # /path/to/scp/executable 89 scpExec=/usr/bin/scp 93 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the…
|
D | feedPublish.eclipse.properties | 90 # options for publishing files - need either an scp target or a cvs root/path, or both 102 # /path/to/scp/executable 103 scpExec=/usr/bin/scp 107 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the…
|
/external/dbus/ |
D | update-dbus-docs.sh | 52 scp dbus-docs.tar.gz "${user}"dbus.freedesktop.org: 56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbu…
|
/external/dropbear/debian/ |
D | README.Debian | 14 provides the "ssh" client program, as well as the "/usr/bin/scp" 22 provides the "ssh" and "scp" binaries. When you install this
|
D | dropbear.README.Debian | 14 provides the "ssh" client program, as well as the "/usr/bin/scp" 22 provides the "ssh" and "scp" binaries. When you install this
|
D | changelog | 10 * Compile fix for scp 25 * new upstream release updates to scp from OpenSSH 4.3p2 - fixes a 28 #349645); the scp binary is not provided by this package though.
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 19 ssh works fine, but scp hangs after initial handshaking.
|
/external/openssh/contrib/suse/ |
D | openssh.spec | 206 %attr(0755,root,root) %{_bindir}/scp 218 %attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
|