Hi
Im trying to use your repo in a express server setup to browse iNews from a webpage.
We have some ARCHIVE cues that have a lot of stories and Inews ftp limits to 500 stories.
You can change this limit by sending the ftp command SITE and then LISTSZ=[number] eg LISTSZ=1000
It would be nice to send it along with the other parameters like :
const conn = new Inews({
host: INEWS_HOST,
user: INEWS_USER,
password: INEWS_PASSWORD,
storieLimit: INEWS_STORY_LIMIT
});
any change taht can be added ?
Best regards and mary christmas
Benjamin
Hi
Im trying to use your repo in a express server setup to browse iNews from a webpage.
We have some ARCHIVE cues that have a lot of stories and Inews ftp limits to 500 stories.
You can change this limit by sending the ftp command SITE and then LISTSZ=[number] eg LISTSZ=1000
It would be nice to send it along with the other parameters like :
const conn = new Inews({
host: INEWS_HOST,
user: INEWS_USER,
password: INEWS_PASSWORD,
storieLimit: INEWS_STORY_LIMIT
});
any change taht can be added ?
Best regards and mary christmas
Benjamin