缓冲读取器/写入器 VS 缓冲输入/输出流通过 FTP 传输文件
我一直在阅读 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论