java scp ssh文件复制到远程目录

发布于 2024-11-05 11:38:32 字数 198 浏览 1 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

時窥 2024-11-12 11:38:32

它将覆盖现有文件。

It will overwrite the existing file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文