【问题标题】:Transfer Directory structure from Windows to AIX server将目录结构从 Windows 传输到 AIX 服务器
【发布时间】:2014-01-10 22:48:33
【问题描述】:

我必须将一个文件夹结构从 Windows 传输到 AIX 服务器,但是我不能安装任何其他东西,因为这是客户端机器。

我尝试了几种替代方法。

  1. 尝试了 ftp 目录结构,因为 FTP 只支持简单的文件传输,所以这是不可能的
  2. 尝试使用putty.exe -ssh -l username -pw password cmd_file.sh 执行远程 UNIX 命令执行。 cmd_file.sh 在本地 Windows 系统中包含 shell 命令,但此处不支持解压缩。我也试过putty.exe -ssh -l username -pw password unix_command 并得到错误“无效端口号”
  3. 我尝试从 Windows 中执行 unix 服务器中的 shell 脚本文件,它也不起作用。

【问题讨论】:

  • 拉上拉链并发送过去怎么样?

标签: unix ssh ftp


【解决方案1】:

制作一个 tar 文件(也许在 Windows 上使用 cygwin——你确实使用 cygwin,对吗?)。然后ftp tarball 过来。解压,获利!

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-12-31
    • 2018-01-12
    • 2023-03-22
    • 1970-01-01
    • 2015-01-09
    • 2021-10-30
    • 2019-07-12
    • 1970-01-01
    相关资源
    最近更新 更多