Lines Matching refs:sftp
128 my $SSHPORT; # SCP/SFTP
376 for my $proto (('tftp', 'sftp', 'socks', 'ssh', 'rtsp', 'gopher', 'httptls')) {
968 # Verify that we can connect to the sftp server, properly authenticate
975 # Find out sftp client canonical file name
976 my $sftp = find_sftp();
977 if(!$sftp) {
978 logmsg "RUN: SFTP server cannot find $sftpexe\n";
984 logmsg "RUN: SFTP server cannot find $sshexe\n";
987 # Connect to sftp server, authenticate and run a remote pwd
989 my $cmd = "\"$sftp\" -b $sftpcmds -F $sftpconfig -S \"$ssh\" $ip > $sftplog 2>&1";
1867 # Start the ssh (scp/sftp) server
1939 # once it is known that the ssh server is alive, sftp server verification
1944 $sftplog = server_logfilename($LOGDIR, 'sftp', $ipvnum, $idnum);
1946 if(verifysftp('sftp', $ipvnum, $idnum, $ip, $port) < 1) {
1947 logmsg "RUN: SFTP server failed verification\n";
2020 logmsg "SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later\n";
2039 logmsg "SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later\n";
2048 logmsg "SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later\n";
4472 elsif($what eq "sftp" || $what eq "scp" || $what eq "socks4" || $what eq "socks5" ) {
4961 $SSHPORT = $base++; # SSH (SCP/SFTP) port