Page 1 of 1

Does anyone have FTPS working on NB

Posted: Mon Apr 02, 2012 12:25 pm
by Chris Ruff
I just thought I would ask before searching for RFC and Source code on the web

I need FTPS - secure FTP to run on the NetBurner

Anybody have any advice?

Thanks,

Chris

Re: Does anyone have FTPS working on NB

Posted: Mon Apr 02, 2012 12:33 pm
by seulater
im using it what would you like to know ?

Re: Does anyone have FTPS working on NB

Posted: Mon Apr 02, 2012 1:07 pm
by Chris Ruff
Is it in the basic library? Did you need to add your own code?

Chris

Re: Does anyone have FTPS working on NB

Posted: Mon Apr 02, 2012 4:28 pm
by seulater
I think i may have misunderstood what you were looking for. I though you wanted to know about the SSL & SSH.

Re: Does anyone have FTPS working on NB

Posted: Mon Apr 02, 2012 4:33 pm
by pbreed
FTPS or SFTP?

FTPS FTP over SSL,
the other is a SFTP is sub set of the functions offered by SSH.

Good pro and con discussion...:http://www.codeguru.com/csharp/.net/net ... Choose.htm

SFTP is not presently availible on the NetBurner platform and would be a lot of work.

FTPS ie FTP over SSL, should be pretty easy, just replace the connect and accept calls in the FTP library with the SSL version of the same.

Re: Does anyone have FTPS working on NB

Posted: Mon Apr 02, 2012 5:16 pm
by Chris Ruff
Paul:

got it. Will check out the article now.

I need FTPS.

If I get it working I will get the code back to you guys

Chris