Re: lua and sftp?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua and sftp?
- From: Joshua Jensen <josh.jjensen@...>
- Date: 2013年3月04日 09:18:25 -0700
----- Original Message -----
From: albert
Date: 3/4/2013 12:37 AM
I need to do such work in lua,
1、I need to get the directory file lists under a remote sftp server
directory.
2、Download some files from the sftp server.
3、Upload some local files to the sftp server.
How can I fulfill the need? Any advice would be kind.
You have reminded me of a pull request I received within LuaPlus for the
Lua-cURL module. It adds SFTP support:
https://github.com/jjensen/luaplus51-all/pull/1
I should get that applied and then sent to the upstream Lua-cURL project...
-Josh