缓冲读取器/写入器 VS 缓冲输入/输出流通过 FTP 传输文件

发布于 2024-11-14 10:03:22 字数 218 浏览 3 评论 0原文

我一直在阅读 URL 和 URLConnection,我知道缓冲输入流/输出流(对于字符流)和缓冲读取器/写入器(对于字节流)都可以用于通过 URL 和 URLConnection 将文件从一个 ftp 传输到另一个。但我想知道哪个更好用?我的源 ftp 是 Windows 2003 操作系统,目标 ftp 是 Unix 操作系统。来自源 ftp 的文件将在目标 ftp 中进行处理,因此字符表示/文件格式必须保持不变。

I have been reading on URL and URLConnection and I know that both Buffered InputStream/OutputStream (for character streams) and, Buffered Reader/Writer (for byte streams) can be used to transfer the file from one ftp to another via URL and URLConnection. But I'm wondering which one is better to use? My source ftp is of Windows 2003 OS and the destination ftp is of Unix OS. The files coming from the source ftp will be processed in the destination ftp so character representation/file format must stay the same.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文