Does anyone have FTPS working on NB

Discussion to talk about software related topics only.
Post Reply
User avatar
Chris Ruff
Posts: 222
Joined: Thu Apr 24, 2008 4:09 pm
Location: topsail island, nc
Contact:

Does anyone have FTPS working on NB

Post 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
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
seulater
Posts: 445
Joined: Fri Apr 25, 2008 5:26 am

Re: Does anyone have FTPS working on NB

Post by seulater »

im using it what would you like to know ?
User avatar
Chris Ruff
Posts: 222
Joined: Thu Apr 24, 2008 4:09 pm
Location: topsail island, nc
Contact:

Re: Does anyone have FTPS working on NB

Post by Chris Ruff »

Is it in the basic library? Did you need to add your own code?

Chris
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
seulater
Posts: 445
Joined: Fri Apr 25, 2008 5:26 am

Re: Does anyone have FTPS working on NB

Post by seulater »

I think i may have misunderstood what you were looking for. I though you wanted to know about the SSL & SSH.
User avatar
pbreed
Posts: 1091
Joined: Thu Apr 24, 2008 3:58 pm

Re: Does anyone have FTPS working on NB

Post 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.
User avatar
Chris Ruff
Posts: 222
Joined: Thu Apr 24, 2008 4:09 pm
Location: topsail island, nc
Contact:

Re: Does anyone have FTPS working on NB

Post 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
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
Post Reply