アクセス結果 (Mac から VM 上の Window7)
*resp* '220 Microsoft FTP Service'
*cmd* 'USER anonymous'
*resp* '331 Anonymous access allowed, send identity (e-mail name) as password.'
*cmd* 'PASS ***********'
*resp* '230 User logged in.'
*cmd* 'PWD'
*resp* '257 "/" is current directory.'
□□□□□ PWD:/
*cmd* 'TYPE A'
*resp* '200 Type set to A.'
*cmd* 'PASV'
*resp* '227 Entering Passive Mode (172,16,227,32,215,87).'
*cmd* 'NLST'
*resp* '125 Data connection already open; Transfer starting.'
*resp* '226 Transfer complete.'
□□□□□ NLST:['Internal', 'sample.txt']
*cmd* 'TYPE I'
*resp* '200 Type set to I.'
*cmd* 'PASV'
*resp* '227 Entering Passive Mode (172,16,227,32,215,89).'
*cmd* 'RETR sample.txt'
*resp* '125 Data connection already open; Transfer starting.'
*resp* '226 Transfer complete.'
□□□□□ DOWNLOAD COMPLETE
*cmd* 'CWD Internal'
*resp* '250 CWD command successful.'
□□□□□ CWD
*cmd* 'TYPE I'
*resp* '200 Type set to I.'
*cmd* 'PASV'
*resp* '227 Entering Passive Mode (172,16,227,32,215,91).'
*cmd* 'STOR update.txt'
*resp* '125 Data connection already open; Transfer starting.'
*resp* '226 Transfer complete.'
□□□□□ UPLOAD COMPLETE
*cmd* 'QUIT'
*resp* '221 Goodbye.'
□□□□□ QUIT