Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨伙计,
我正在尝试使用 ruby 套接字连接 TcpSocket 建立与远程服务器的连接。
我从 TcpSocket.new(port,host) 开始
现在,我如何将凭据传递给它。
远程服务器需要凭据才能让我连接。
很感谢任何形式的帮助。
谢谢
您必须说您尝试使用的端口和第 7 层协议。TCP 套接字本身不需要任何身份验证。可能您正在尝试建立第 7 层协议连接(ftp、http、pop3),然后您将需要一个凭证。如果您指定您尝试连接的端口可能会更容易帮助您