カスタム検索
このエントリーをはてなブックマークに追加
tomo.gif (1144 ツバツイツト)line.gif (927 ツバツイツト)To previous pageTo home pageMailing to me

Firewallを超えてftpする方法

Modified: 16 Oct 1999

私の会社で行った方法です。どの会社でもうまくいくかどうかはわかりませんが、ヒントにはなると思います。

以下の設定を、前提として説明します。

Firewall PC の IPアドレス 111.222.333.111 (Port 10081)
目的にftpサイト ftp.tomo.ac
ユーザID tomo

atten.gif (960 ツバツイツト) このページで例として使っている tomo.ac は、架空ではありません。私がアセンション諸島 (.ac) のドメインを正式購入したものです。また、ftp.tomo.ac という ftpサーバは、実在しません。


  UNIXワークステーションから

ftp 111.222.333.111 10081
user: tomo@ftp.tomo.ac
pass: xxxx
cd  //ftp.tomo.ac


  コマンドプロンプトから

ftp 111.222.333.111
user: tomo@
ftp.tomo.ac
pass: xxxx


  FTP explorer

Options[Firewall]

Use PASV Mode: no check
Use Firewall: checked

Host: 111.222.333.111
Port: 21 (default)

-Firewall Type-

USER user@hostname: checked
OPEN hostname: no check
open hostname: no check


  WS_FTP

<Session Profile>
 
HostName: ftp.tomo.ac
HostType: Automatic detect(default)
User ID: tomo
Password: (mypassword)
Account: (blank)
 
AnonymuosLogin: no check
Save Password: checked
AutoSaveConfig: no check
 
-Initial Directories-
 
Remort Host: public_html
Local PC: (blank)
 
<Advanced Profile parameters>
 
Connection Retry: 0 (default)
NetworkTimeout: 65 (default)
RemotePort: 21 (default)
InitializeCommand: (blank)(default)
Local file Mask: (blank)(default)
Remote file mask: (blank)(default)
 
PassiveTransfer: no check
UseFirewall: checked
 
-Firewall Information-
 
HostName: 111.222.333.111
UserID:
Password:
Port: 21 (default)
 
Firewall Type
USER with no logon: checked, only this <===VIP
 
Save Password: checked

To previous pageTo home pageMailing to meJump to Top of pagetomo.gif (1144 ツバツイツト)
カスタム検索



このエントリーをはてなブックマークに追加