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.
我正在制作一个使用 UDP 套接字通过网络传输文件的程序。我已经实现了处理丢失/重复数据包的协议,并且我的程序在文本文件上运行良好。但对于 pdf 文件,程序无法正确传输文件。我正在使用 fread() 来读取文件,并且我正在使用 linux。实际上我想知道pdf文件是否可以存储在char数组中,然后通过套接字传输,然后在客户端再次写入pdf。提前致谢
当然可以...如果您的文件传输内容可以传输字符而不管其内容如何。正如您所说,您可以传输文本文件。然后你可以尝试首先将你的pdf编码成一个帮助格式,例如 uuencode my.pdf somename>my.uue