HomeSort by relevance Sort by last modified time
    Searched refs:sftp (Results 1 - 16 of 16) sorted by null

  /external/jsoncpp/
makerelease.py 178 def run_sftp_batch( userhost, sftp, batch, retry=0 ):
179 path = write_tempfile( batch, suffix='.sftp', text=True )
180 # psftp -agent -C blep,jsoncpp@web.sourceforge.net -batch -b batch.sftp -bc
181 cmd = [sftp, '-agent', '-C', '-batch', '-b', path, '-bc', userhost]
189 error = SFTPError( 'SFTP batch failed:\n' + stdout )
197 user=None, sftp='sftp' ):
201 stdout = run_sftp_batch( userhost, sftp, """
225 stdout = run_sftp_batch( userhost, sftp, """cd htdocs
238 run_sftp_batch( userhost, sftp, """cd htdoc
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 37 'prospero', 'rtsp', 'rtspu', '', 'sftp']
41 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
46 'mms', '', 'sftp']
  /external/curl/lib/
ssh.h 32 #include <libssh/sftp.h>
62 SSH_SFTP_QUOTE_INIT, /* First state in SFTP-DO */
63 SSH_SFTP_POSTQUOTE_INIT, /* (Possibly) First state in SFTP-DONE */
87 SSH_SFTP_DOWNLOAD_STAT, /* Last state in SFTP-DO */
88 SSH_SFTP_CLOSE, /* Last state in SFTP-DONE */
89 SSH_SFTP_SHUTDOWN, /* First state in SFTP-DISCONNECT */
100 SSH_SESSION_FREE, /* Last state in SCP/SFTP-DISCONNECT */
132 char *homedir; /* when doing SFTP we figure out home dir in the
160 sftp_attributes readdir_attrs; /* used by the SFTP readdir actions */
161 sftp_attributes readdir_link_attrs; /* used by the SFTP readdir actions *
    [all...]
ssh-libssh.c 33 #include <libssh/sftp.h>
158 * SFTP protocol handler.
162 "SFTP", /* scheme */
798 failf(data, "Failure initializing sftp session: %s",
807 failf(data, "Failure initializing sftp session: %s",
824 /* This is the last step in the SFTP connect phase. Do note that while
897 failf(data, "Attempt to set SFTP stats failed: %s",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 39 'prospero', 'rtsp', 'rtspu', '', 'sftp',
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
47 'mms', '', 'sftp', 'tel']
  /external/python/cpython2/Lib/
urlparse.py 39 'prospero', 'rtsp', 'rtspu', '', 'sftp',
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
47 'mms', '', 'sftp', 'tel']
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 39 'prospero', 'rtsp', 'rtspu', '', 'sftp',
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
47 'mms', '', 'sftp', 'tel']
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 39 'prospero', 'rtsp', 'rtspu', '', 'sftp',
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
47 'mms', '', 'sftp', 'tel']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 39 'prospero', 'rtsp', 'rtspu', '', 'sftp',
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
47 'mms', '', 'sftp', 'tel']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 39 'prospero', 'rtsp', 'rtspu', '', 'sftp',
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
47 'mms', '', 'sftp', 'tel']
  /external/curl/tests/
serverhelp.pm 88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS|DICT|SMB|SMBS|TELNET))$/));
sshserver.pl 24 # Starts sshd for use in the SCP, SFTP and SOCKS curl test harness tests.
83 my $port = 8999; # our default SCP/SFTP server port
184 # ssh, socks and sftp server log file names
187 $sftplog = server_logfilename($logdir, 'sftp', $ipvnum, $idnum);
229 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
258 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
264 # Find out sftp server plugin canonical file name
271 logmsg "sftp server plugin found $sftpsrv" if($verbose);
275 # Find out sftp client canonical file name
277 my $sftp = find_sftp()
    [all...]
runtests.pl 130 my $SSHPORT; # SCP/SFTP
389 for my $proto (('tftp', 'sftp', 'socks', 'ssh', 'rtsp', 'gopher', 'httptls',
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 44 'prospero', 'rtsp', 'rtspu', '', 'sftp',
49 'svn', 'svn+ssh', 'sftp', 'nfs', 'git', 'git+ssh',
53 'mms', '', 'sftp', 'tel']
    [all...]
  /device/linaro/hikey/
device-common.mk 27 PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 296 milliseconds