カテゴリー:
ハードディスクトラブル 2014年
閲覧数:609 配信日:2017-03-02 13:00
help open
winscp> help open
open <site>
open sftp|scp|ftp[es]|http[s] :// [ <user> [ :password ] @ ] <host> [ :<port> ]
Establishes connection to given host. Use either name of the site or
specify host, username, port and protocol directly.
switches:
-privatekey=<file> SSH private key file
-hostkey=<fingerprint> Fingerprint of server host key (SFTP and SCP only).
-clientcert=<file> TLS/SSL client certificate file
-certificate=<fingerprint> Fingerprint of TLS/SSL certificate
(FTPS and WebDAVS only)
-passphrase=<phr> Private key passphrase
-passive=on|off Passive mode (FTP protocol only)
-implicit Implicit TLS/SSL (FTP protocol only)
-explicit Explicit TLS/SSL (FTP protocol only)
-timeout=<sec> Server response timeout
-rawsettings setting1=value1 setting2=value2 ...
Configures any site settings using raw format
as in an INI file
-filezilla Load <site> from FileZilla site manager
examples:
open
open sftp://martin@example.com:2222 -privatekey=mykey.ppk
open martin@example.com
open example.com