sshftp:

sshftp

[1] Quickstart Guide for GridFTP-Lite (GridFTP using SSHsecurity) ( 版) <http://toolkit.globus.org/toolkit/data/gridftp/quickstart.html>

% globus-url-copy -v file:/etc/group sshftp://127.0.0.1/tmp/group

% globus-url-copy -list sshftp://127.0.0.1/tmp/

[2] ( 版) <http://toolkit.globus.org/toolkit/docs/4.2/4.2.0/data/gridftp/admin/gridftp-admin-config-security.html#gridftp-admin-config-security-sshftp>

4. SSHFTP (GridFTP-over-SSH)

This type of security introduces the sshftp control channel (frontend) protocol. This is a very simple means of obtaining strong security on the control channel only (the data channel is not authenticated). With this approach, you can run a GridFTP transfer anywhere that you can ssh. sshftp:// leverages the ubiquitous ssh/sshd programs to form control channel connections much in the same way that inetd forms connections.