/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...] |
/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|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
|
sshserver.pl | 24 # Starts sshd for use in the SCP, SFTP and SOCKS curl test harness tests. 82 my $port = 8999; # our default SCP/SFTP server port 183 # ssh, socks and sftp server log file names 186 $sftplog = server_logfilename($logdir, 'sftp', $ipvnum, $idnum); 228 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later'; 257 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later'; 263 # Find out sftp server plugin canonical file name 270 logmsg "sftp server plugin found $sftpsrv" if($verbose); 274 # Find out sftp client canonical file name 276 my $sftp = find_sftp() [all...] |
runtests.pl | 128 my $SSHPORT; # SCP/SFTP 376 for my $proto (('tftp', 'sftp', 'socks', 'ssh', 'rtsp', 'gopher', 'httptls')) { [all...] |
/device/linaro/hikey/ |
device.mk | 42 PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh uim
|
/external/bison/build-aux/ |
gnupload | 75 build directive files and upload files by SFTP 354 done | $dbg sftp -b - puszcza.gnu.org.ua:/incoming/$destdir_topdir
|