ネットワーク経由でフォルダーを送信できる組み込みの方法はありますか? 何も見つかりませんでした!
1 に答える
3
No there is not a builtin method to do this.
But there are other means, some comes into thoughts :
- Send the File object to a remote java object via RMI using a tool like RMIIO
- Zip the folder and upload it to a remote host using HTTP or FTP
- Or you can even upload the zipped folder to a raw socket port
于 2012-10-04T02:24:55.973 に答える