问题描述
我收到此错误:
I'm getting this error:
地址:sftp.mycompany.com:22/outgoing已经存在于ReceiveLocation xxx。
Address: sftp.mycompany.com:22/outgoing is already present for ReceiveLocation xxx.
FTP服务器在我所连接的Linux系统上的工作方式是用户ID用于连接到正确的SFTP站点。
所以我们确实有两个站点在同一个SFTP服务器上都有/外出文件夹。
The way the FTP server works on the Linux system I'm connecting to is that the userid is used to connect to the proper SFTP site.
So we do have two sites both with /outgoing folders on the same SFTP server.
除了通过主机名执行此操作之外还有吗?
谢谢,
Neal Walters
Is there anyway to get around this other than by doing a hostname?
Thanks,
Neal Walters
推荐答案
对于此问题,您可以使用不同的端口作为地址,例如:
地址:sftp.mycompany.com:23/outgoing已经存在于ReceiveLocation xxx。
For this issue, you can use different port for the address, for example: Address: sftp.mycompany.com:23/outgoing is already present for ReceiveLocation xxx.
问候,
安吉
这篇关于重复的SFTP地址(BT2016)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!