java scp ssh文件复制到远程目录
我正在使用 ssh scp 使用 0755 模式将文件从本地目录发送到远程目录。我想知道这是否会覆盖同名的现有文件,或者我是否必须对此进行检查?! 我正在使用这个库来实现这个目的。 http://www.ganymed.ethz.ch/ssh2/ 需要建议。
I am using ssh scp to send file from local dir to a remote dir using 0755 mode. I want to know whether this will overwrite the existing file with the same name or do I have to put a check for that?!
I am using this library for that purpose. http://www.ganymed.ethz.ch/ssh2/
suggestions needed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它将覆盖现有文件。
It will overwrite the existing file.