AS/400 サーバーからライブラリの SAVEFILE をダウンロードしようとしています。常に0バイトの空のファイルを取得します。
これらは私が従った手順です
Go to a MS-DOS Shell.
Go to the location on the PC where you want to store the save file.
Type:
FTP (AS/400_IP_ADDRESS)
Or
FTP (AS/400 _NAME)
Enter your AS/400 username and password for that system when prompted.
To ensure the transfer mode is binary (there will be no conversion), type:
BIN
To go to the library on the AS/400 where the save file is stored, type:
CD LIBRARY
To transfer the save file from the AS/400 to your PC, type:
GET NAME
When the transfer is complete, exit the ftp session by typing:
QUIT
To close the MS-DOS shell, type:
EXIT
as400側では、ファイルサイズが24576バイトであることを確認できます
FTP プロンプトは「226 ファイル転送が正常に完了しました」を返します。
しかし、ファイルは空です。
何らかの理由 ?