niumainframe / webjcl

Web-based IBM mainframe IDE.
15 stars 12 forks source link

Implement JES library for node/ftp #8

Open scvnc opened 11 years ago

scvnc commented 11 years ago

So that we don't have to call on the python/perl/java implementations of JESftp

scvnc commented 10 years ago

I looked into this. Both node-ftp and JSftp aren't low level enough to do this. Best bet would probably be to work with sockets and the ftp protocol directly.

rmccullagh commented 9 years ago

I'm going to look into this. Node has a nice socket library