Home | History | Annotate | Download | only in tests

Lines Matching refs:sftp

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();
277 if(!$sftp) {
281 logmsg "sftp client found $sftp" if($verbose);
312 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
343 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
399 $sftpsrv_config = "internal-sftp";
533 push @cfgarr, "Subsystem sftp \"$sftpsrv_config\"";
1013 # Initialize client sftp config with options actually supported.
1015 logmsg 'generating sftp client config file...' if($verbose);
1016 splice @cfgarr, 1, 1, "# $sshverstr sftp client configuration file for curl testing";
1031 # Write out resulting sftp client configuration file for curl's tests
1042 # Generate client sftp commands batch file for sftp server verification
1044 logmsg 'generating sftp client commands file...' if($verbose);
1058 logmsg "SCP/SFTP server listening on port $port" if($verbose);