HTTPS and SFTP support

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

Moderator: Alex

Post Reply
kashyap
Posts: 3
Joined: Mon Oct 30, 2017 10:44 am

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?
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

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
kashyap
Posts: 3
Joined: Mon Oct 30, 2017 10:44 am

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"
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

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
kashyap
Posts: 3
Joined: Mon Oct 30, 2017 10:44 am

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?
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

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
Post Reply