Page 1 of 1

HTTPS and SFTP support

Posted: Mon Oct 30, 2017 10:55 am
by kashyap
my need is secure way to transfer files using VintaSoft like HTTPS and SFTP.
(1)currently which method VintaSoft is using for uploading images?
(2)can I use HTTPS and SFTP to upload files?

Re: HTTPS and SFTP support

Posted: Mon Oct 30, 2017 3:57 pm
by Alex
Hello,

VintaSoft Twain.NET SDK allows to upload files to HTTP or HTTPS server using the Vintasoft.Twain.ImageUploading.Http.HttpUpload class:
https://www.vintasoft.com/docs/vstwain- ... pload.html

VintaSoft Twain.NET SDK allows to upload files to FTP server using the Vintasoft.Twain.ImageUploading.Ftp.FtpUpload class:
https://www.vintasoft.com/docs/vstwain- ... pload.html

SFTP protocol is not supported.

Best regards, Alexander

Re: HTTPS and SFTP support

Posted: Thu Nov 02, 2017 3:40 pm
by kashyap
thanks,
we are evaluating
"Annotation Demo (ASP.NET WebForms) - demonstrates how to view and annotate images and PDF documents in an ASP.NET WebForms application."

so my question is regarding "VintaSoft Imaging .NET SDK and Plug-ins" and "VintaSoft Annotation .NET Plug-in"

Re: HTTPS and SFTP support

Posted: Thu Nov 02, 2017 5:18 pm
by Alex
Hello,

Our ASP.NET MVC Annotation Demo is hosted on HTTPS web server and can be accessed via the following URL:https://demos.vintasoft.com/AspNetMvcDe ... tationDemo.

Demo uses Web API controller for uploading files to the server (https://www.vintasoft.com/docs/vsimagin ... eFile.html) and downloading files from the server (https://www.vintasoft.com/docs/vsimagin ... eFile.html). Any Web API controller can work with HTTP and HTTPS protocols.

Best regards, Alexander

Re: HTTPS and SFTP support

Posted: Thu Nov 02, 2017 10:32 pm
by kashyap
Thanks and Highly appreciated....
So "VintaSoft Imaging .NET SDK and Plug-ins" and "VintaSoft Annotation .NET Plug-in"
Supports HTTPS.....
And what about FTP and SFTP?

Re: HTTPS and SFTP support

Posted: Fri Nov 03, 2017 12:21 pm
by Alex
Hello,

Our products use Web API controllers, Web API controllers can work with SSL:
https://docs.microsoft.com/en-us/aspnet ... in-web-api

Please search in internet how you can use Web API controllers for downloading files via FTP/SFTP.

Best regards, Alexander