ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

FTP to iSeries using C Sharp

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FTP to iSeries using C Sharp

    Hello

    I am trying to write a program in C# to FTP a file to the iSeries. I found some free source on the internet for a DLL called FTP Factory.

    When my program tries to login to the iSeries, my PC freezes for five minutes and then it says "connection forcibly closed by remote host" or something similar.

    Does anybody know what I am doing wrong?

    Thank you.

  • #2
    Re: FTP to iSeries using C Sharp

    Can I see some code?
    Jonas Temple
    Got FROG?
    Got Tadpole? No, because it's not done yet! Stay tuned....

    01010111 01100001 01110011 01110011 01110101 01110000 00100000 01100100 01101111 01100111 00111111

    Comment


    • #3
      Re: FTP to iSeries using C Sharp

      Hello

      I found a way to do it. What I did was to scrap the FTP Factory, and run the FTP from a .bat file using System.Diagnostics.Process.

      It seems to work quite well now.

      Thanks

      Comment

      Working...
      X