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.
我需要使用 java 代码使用 https 协议在两台计算机之间传输文件。我不知道从哪里开始。使用套接字传输是唯一的方法吗?我是否一定需要在服务器上运行一个代码,在客户端上运行一个代码?
如果您想要下载的机器上已经有 https 服务器(apache、IIS...),那么您将只需要客户端。除非您的要求是为服务器和客户端编写代码。 一般说明:是的,为了通过 https 在两台计算机之间传输文件,您需要服务器和客户端。