Re: libURL and New TsNet Commands/Failures

2016-08-02 Thread Charles Warwick
On 2/08/2016 5:48 am, Sannyasin Brahmanathaswami wrote: OK since a) "libURLftpUploadFile" has no hook to/support from, tsNet for schema "sftp://"; AND b) I hit the "no business license" wall on attempt to use "tsNetUploadFileSync" Ah, yes. Sorry, I have forgotten that detail and it was n

Re: libURL and New TsNet Commands/Failures

2016-08-01 Thread Sannyasin Brahmanathaswami
OK since a) "libURLftpUploadFile" has no hook to/support from, tsNet for schema "sftp://"; AND b) I hit the "no business license" wall on attempt to use "tsNetUploadFileSync" I regressed back to "put" We are uploading small web optimized files in this use case so reading in the data befor

Re: libURL and New TsNet Commands/Failures

2016-08-01 Thread Sannyasin Brahmanathaswami
char...@techstrategies.com.au> wrote: If you want to avoid loading the data into memory first, the best command for that would be tsNetUploadFileSync. Let me know if you need any help working out the syntax for that. I (indy licensed user) did my best to implement this (see my code

Re: libURL and New TsNet Commands/Failures

2016-08-01 Thread Sannyasin Brahmanathaswami
char...@techstrategies.com.au> wrote: I'll check with the LC team, but it probably makes sense to allow that command to work with SFTP as well if it detects the presence of tsNet. in case it's easier for them to track, I made an official enhancement request to that effect bug 18124 - l

Re: libURL and New TsNet Commands/Failures

2016-07-31 Thread Charles Warwick
On 1/08/2016 3:43 pm, Sannyasin Brahmanathaswami wrote: @ jacque: It's my understanding that you need to buy the business edition if you want asynchronous connections, even if you are a developer of one.. perhaps I am wrong. You only need the business edition for async connections using SFTP

Re: libURL and New TsNet Commands/Failures

2016-07-31 Thread Sannyasin Brahmanathaswami
@ jacque: It's my understanding that you need to buy the business edition if you want asynchronous connections, even if you are a developer of one.. perhaps I am wrong. @ Charles: thanks for the debug stack.. very useful. But we have a problem, possible but or need more documention on the "how

Re: libURL and New TsNet Commands/Failures

2016-07-31 Thread Charles Warwick
On 1/08/2016 2:40 pm, J. Landman Gay wrote: On 7/31/2016 10:46 PM, Sannyasin Brahmanathaswami wrote: AHA.. Yes, "Previous request not complete" how do we get to these results? "show up in the log " what log? Sorry, I should have said "my log". My app keeps a text file log of every server tr

Re: libURL and New TsNet Commands/Failures

2016-07-31 Thread J. Landman Gay
On 7/31/2016 10:46 PM, Sannyasin Brahmanathaswami wrote: AHA.. Yes, "Previous request not complete" how do we get to these results? "show up in the log " what log? Sorry, I should have said "my log". My app keeps a text file log of every server transaction that fails. LibURL errors will be i

libURL and New TsNet Commands/Failures

2016-07-31 Thread Sannyasin Brahmanathaswami
I'm starting a new thread on this. I copied Charles response below… Discussion is about using the new libURL and TS Net and usage and dealing with failures jac...@hyperactivesw.com> wrote: It's "Previous request not completed" and my project hits that all the time. I've tried all kind