lune$ ftp localhost 12345
Connected to localhost.
220 soleil FTP server (Version wu-2.4(3) Mon Oct 14 17:53:16 JST 1996) ready.
Name (localhost:yashiro):
331 Password required for yashiro.
Password: my-PW
230 User yashiro logged in.
ftp> passive
Passive mode on.
Sample 2 -- Access web inside of FW from Internet via DMZ host.
Suppose lune is a host in DMZ, etoile is a web server, and soleil is a host inside of FW.
Only ssh connections are allowed between outside and DMZ, and between DMZ and inside.
Test is executed with cygwin on Windows XP.
Sample 3 -- Copy files between Internet and inside of FW via DMZ host.
Suppose lune is a host in DMZ, and soleil is a host inside of FW. And file name -s source_file.
Only ssh connections are allowed between outside and DMZ, and between DMZ and inside.
Test is executed with cygwin on Windows XP.