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
Does anyone have FTPS working on NB
- Chris Ruff
- Posts: 222
- Joined: Thu Apr 24, 2008 4:09 pm
- Location: topsail island, nc
- Contact:
Does anyone have FTPS working on NB
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
Re: Does anyone have FTPS working on NB
im using it what would you like to know ?
- 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
Is it in the basic library? Did you need to add your own code?
Chris
Chris
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
Re: Does anyone have FTPS working on NB
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
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.
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.
- 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
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
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