B
bmcdougald
Sorry if this question has been asked before.
I have downloaded and implemented a Java FTP Client and FTP Client
Implementation classes and that seems to be working ok.
then "pulls" the file from the client.
However, the server where I would like to use this code does not allow
me (or rather my users) to write files to the file system that are in
turn FTP'd to our mainframe. What I would like to do is write my data
output to be ftp'd into a string and then stream that to the FTP Client
class and place the string contents in a file on our mainframe.
Can someone tell me if this type of implementation possible, and if so,
how?
Thanks.
I have downloaded and implemented a Java FTP Client and FTP Client
Implementation classes and that seems to be working ok.
method, it tries to initiate an ftp RETR command on the host, whichFrom looking at the FTP client class I have, when I call the send
then "pulls" the file from the client.
However, the server where I would like to use this code does not allow
me (or rather my users) to write files to the file system that are in
turn FTP'd to our mainframe. What I would like to do is write my data
output to be ftp'd into a string and then stream that to the FTP Client
class and place the string contents in a file on our mainframe.
Can someone tell me if this type of implementation possible, and if so,
how?
Thanks.