File transfer from client to ftp MVS server.
Last answer on Nov 25, 2008 7:50:25 pm GMT hvnDMV, on Nov 25, 2008 6:00:44 pm GMTHello,
I am performing a data transfer from a local file to host (MVS server).
Client language: VB.NET. I created object "socket" from class System.Net.Sockets.socket to connect to host and send command to host. My FTP server is MVS server. My coding performed following jobs successfully.
1) Connecting to host, 2) Sending commands PASV, TYPE and SITE to host.
My Question: How to create a remote file in host?
I cannot to create a remote file in host via sending command STOR to host by methods socket.Send() and socket.Receive(). No response was returned from host. My remote file path name is <userID>.<xxx>.<Upload>.<Test>.<RemoteFileNam>.
I appreciate all helps and suggestions to solve this problem.
Howard N
Configuration: Windows XP Internet Explorer 7.0
Reply to carmi
|
1. Why don't yoy to upload the file directly from the MVS? usually this is the best solution.
|

