在C#中将文件传输到AS/400 [英] File transfer to AS/400 in c#

查看:95
本文介绍了在C#中将文件传输到AS/400的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要c#中的一些代码,可以将文本文件传输到AS/400物理文件(pf).
在这一点上有人可以帮助我吗?
您可以将答案发送至: [已删除电子邮件地址] .

在此先感谢.

I need some code in c# which can transfer text file to AS/400 physical file(pf).
Can anybody help me on this point...
You can send your answer to: [email address removed].

Thanks in advance.

推荐答案

套接字与操作系统无关.因此,您可以只建立与另一台计算机的套接字连接并发送文件(当然,另一端应该在已确定的端口上侦听并在传入数据时接受数据).

阅读有关使用C#进行的套接字编程的信息.有关CodeProject的文章很多.
Sockets are independent of operating systems. So, you could just establish a socket connection to the other machine and send the file (of course the other end should be listening on an already decided port and accept the data when it comes in).

Read up on socket programming with C#. There are many articles on CodeProject.


这篇关于在C#中将文件传输到AS/400的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆