VintaSoft Imaging .NET SDK and Plug-ins Discussions

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

HTTPS and SFTP support



HTTPS and SFTP support

Post 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

Post 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

Post 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

Post 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

Post 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

Post 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


Page 1 from 1: 1