You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2022/03/21 16:07:11 UTC

[GitHub] [royale-asjs] santhoshpalan opened a new issue #1182: ActionScript 3.0 sftp library

santhoshpalan opened a new issue #1182:
URL: https://github.com/apache/royale-asjs/issues/1182


   Dear Apache Royale team ,
   Is there any sftp client library for ActionScript 3.0?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] Harbs commented on issue #1182: ActionScript 3.0 sftp library

Posted by GitBox <gi...@apache.org>.
Harbs commented on issue #1182:
URL: https://github.com/apache/royale-asjs/issues/1182#issuecomment-1085562107


   For browser apps, I'm pretty sure you can use BinaryUrlLoader for FTP (which uses XHR under the hood).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] cristallium edited a comment on issue #1182: ActionScript 3.0 sftp library

Posted by GitBox <gi...@apache.org>.
cristallium edited a comment on issue #1182:
URL: https://github.com/apache/royale-asjs/issues/1182#issuecomment-1085546872


   It seems your question wasn't for Apache Royale but for Air SDK. If this is the case, you could search for an FTP lib in as3 and use secure sockets (because sftp is ftp over TLS or SSL, but I'm not sure because of ftps ).
   
   Here is some paths : 
   
   [https://stackoverflow.com/questions/53093201/as3-negotiating-ftp-es-connection](https://stackoverflow.com/questions/53093201/as3-negotiating-ftp-es-connection)
   
   For secure sockets : 
   https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SecureSocket.html
   
   And yes, you can use https://flex.apache.org/download-binaries.html SDK (4.16.1 FP32 / AIR 32 is the latest) with adobe air runtime v32 , If you use SDK version > V32 (ie Harmann), il will need to use Harman runtime


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] santhoshpalan commented on issue #1182: ActionScript 3.0 sftp library

Posted by GitBox <gi...@apache.org>.
santhoshpalan commented on issue #1182:
URL: https://github.com/apache/royale-asjs/issues/1182#issuecomment-1085534341


   Hi @cristallium  ,
   I will c=go through the above resource.
   Thank you very much for your reply.
   
   Btw, Application is packaged using HARMAN AIR. Would it still work?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] cristallium commented on issue #1182: ActionScript 3.0 sftp library

Posted by GitBox <gi...@apache.org>.
cristallium commented on issue #1182:
URL: https://github.com/apache/royale-asjs/issues/1182#issuecomment-1085546872


   It seems your question wasn't for Apache Royale but for Air SDK. If this is the case, you could search for an FTP lib in as3 and use secure sockets (because sftp is ftp over TLS or SSL).
   
   Here is some paths : 
   
   [https://stackoverflow.com/questions/53093201/as3-negotiating-ftp-es-connection](https://stackoverflow.com/questions/53093201/as3-negotiating-ftp-es-connection)
   
   For secure sockets : 
   https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SecureSocket.html
   
   And yes, you can use https://flex.apache.org/download-binaries.html SDK (4.16.1 FP32 / AIR 32 is the latest) with adobe air runtime v32 , If you use SDK version > V32 (ie Harmann), il will need to use Harman runtime


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] cristallium commented on issue #1182: ActionScript 3.0 sftp library

Posted by GitBox <gi...@apache.org>.
cristallium commented on issue #1182:
URL: https://github.com/apache/royale-asjs/issues/1182#issuecomment-1085524835


   Hi,
   I'm not an Apache Royale team, but if you want to use sftp client, I don't think as3 would be fine because raw Sockets aren't implemented (only WebSocket). So the best and easy way is to use a javascript library and wrap it to be use by as3 code. Here is an example on how to do this :
   [https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org