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?
HTTPS and SFTP support
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: HTTPS and SFTP support
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
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
-
- Posts: 3
- Joined: Mon Oct 30, 2017 10:44 am
Re: HTTPS and SFTP support
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"
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"
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: HTTPS and SFTP support
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
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
-
- Posts: 3
- Joined: Mon Oct 30, 2017 10:44 am
Re: HTTPS and SFTP support
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?
So "VintaSoft Imaging .NET SDK and Plug-ins" and "VintaSoft Annotation .NET Plug-in"
Supports HTTPS.....
And what about FTP and SFTP?
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: HTTPS and SFTP support
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
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