is there an scp/sftp client library available for flex?

Posted by nont on Stack Overflow See other posts from Stack Overflow or by nont
Published on 2010-06-02T17:43:45Z Indexed on 2010/06/08 14:12 UTC
Read the original article Hit count: 446

Filed under:
|
|

I need to send files securely from Adobe Air. In any other language, my first thought would be sftp/scp, but I don't see any libraries to do that in Flex.

I'm new to flex, so I'm not sure where to look for code examples and repos. It looks like the raw socket interface is available, so I could write one if no good examples exist. Of course, I'm trying to avoid that.

© Stack Overflow or respective owner

Related posts about flex

Related posts about sftp