我有两台 Juniper ACX 2200 系列路由器背对背连接,一台路由器运行最新操作系统,但其他路由器运行旧操作系统,
我想将最新的操作系统从一个 Junos 复制到另一个 Junos 路由器,
我在两个路由器上都启用了 FTP
[edit system services ftp]
set rate-limit 2
set connection-limit 2
并使用了命令
ikar@hostname> file copy ftp://ikar:ikar123@172.22.36.113/var/tmp/jinstall-ppc-15.1X54-D36.2-domestic.tgz /var/tmp
我得到了以下错误
fetch: ftp://ikar:*@172.22.36.113/var/tmp/jinstall-ppc-15.1X54-D36.2-domestic.tgz: File unavailable (e.g., file not found, no access)
error: file-fetch failed
error: could not fetch local copy of file
用户:ikar 拥有超级用户权限。