为什么我无法通过 FTP 访问客户端服务器?

发布于 2024-11-10 10:20:41 字数 259 浏览 5 评论 0原文

我有一个客户最终不得不放弃,因为我一生都无法访问他的服务器。我尝试通过 FileZilla 和 FireFTP。

然后他告诉我这是一个 Linux 服务器,我需要通过 SSH 访问它。

我完全困惑了,我告诉他也许他的密码或主机名不起作用。他说我需要一个叫做“PuTTY”的东西,我查了一下,但它是针对 Windows 的,而我用的是 Mac。

有人可以向我解释一下这是什么意思,或者指出我可以更好地理解的正确方向。我尝试进行研究,但不确定我到底在寻找什么。

I had a client that ultimately had to give up on because I couldn't for the life of me access his server. I tried through FileZilla and FireFTP.

He then told me that it's a Linux server and I need to access it through the SSH.

I was completely confused and I told him that maybe his password or hostname was not working. He said I needed something called "PuTTY" I checked it out but it was for windows and I am on a mac.

Can someone explain to me what this is all about or point me into the right direction where I can get a better understanding. I tried to research but I am not sure exactly what I am looking for.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

她如夕阳 2024-11-17 10:20:41

Mac 中有一个内置的 SSH 客户端。只需在您的文件中输入 ssh [email protected]终端。

There is a built-in SSH client in Mac. Just type ssh [email protected] in your terminal.

萌︼了一个春 2024-11-17 10:20:41

SSH 是一种访问服务器的安全方法。可以使用 sftp 上传文件(不要与 FTPS 混淆)。使用 ssh user@host 连接到 SSH 服务器时,您将看到一个命令行。如果您不知道如何以这种方式上传文件,请使用图形 SFTP 客户端。

Filezilla 能够使用 SFTP。根据客户的安全意识,您需要添加客户提供的私钥。选择 SFTP 作为方法(不是 FTP),输入客户端提供的用户名和主机。如有必要,请更改默认端口 22。

有关软件推荐,请尝试 https://apple.stackexchange.com/https://superuser.com/

SSH is a secure methode of accessing a server. Files can be uploaded using sftp (not to be confused with FTPS). When connecting to a SSH server using ssh user@host, you'll be presented with a command line. If you do not know how to upload a file in this way, use a graphical SFTP client.

Filezilla is capable of SFTP. Depending on the security-awareness of your client, you need to add a private key, given by your client. Select SFTP as method (not FTP), enter the username and host provided by your client. If necessary, change the default port of 22.

For a software recommendation, try https://apple.stackexchange.com/ or https://superuser.com/

情深如许 2024-11-17 10:20:41

我们这里讨论的是 SSH 客户端密钥身份验证吗? (有两种主要的 SSH 密钥格式。Putty 使用其中一种,但也可以转换为其他格式。)

Is it possible we're talking about SSH client key authentication here? (There's two main SSH key formats. Putty uses one of them, but can also translate to the other format.)

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