.net core 3.1 sftp upload [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
This post was edited and submitted for review 1 year ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
Is it possible to upload files and folders using SFTP in .net core 3.1 using webclient?
We don’t want to use third party plugins like Renci.Ssh, WinSCP etc.

There is no native support for SFTP or SCP from .net.
Not sure why you are reluctant to using 3rd party libraries. But if its something which cannot be compromised on, you could look at the possibility of launching external programs as sub-processes to perform the necessary activities. However, I believe this is likely to be limited to certain capabilities only.

Related

Efficient ways of working with Excel Documents using .NET Core [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 days ago.
The community reviewed whether to reopen this question 3 days ago and left it closed:
Original close reason(s) were not resolved
Improve this question
I need to work programmatically with Excel files (the modern XML-based kinds with the .xlsx extension). The current requirement is to save a particular worksheet within an uploaded Excel document as CSV. This functionality is only (according to the client) a temporary workaround while a forms-based approach to getting the data is developed so there is a reluctance to buy a licence for a commercial Excel library (although I personally haven't ruled this out), so I am currently looking for a .NET native techniques (or a free library) that will allow me to open, navigate and Save As CSV in order to meet the requirement.

C#: Implementing Licencing in Winforms [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I recently developed a win form application in C#. Now application is complete and working fine as expected. Now i want to implement licensing feature in it i.e either user buy license key or simply run trial version that expire after some time. Since i have very few time left in Deployment so i prefer some already existing library that did the job for me. More preferable some open source one but paid version also works. In case if there is no such existing solution then please guide me how to implement that.
Take a look at Eziriz's products. I use both of them, one for great obfuscation and the other for licensing. While the obfuscator itself has good support for licensing, IntelliLock is maybe something you'd want to look at for a robust solution.

interacting with Apache in C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm in need of a way of controlling Apache and reading configuration files etc for automating some tasks, does anyone know of any automation APIs or frameworks much like what Microsoft offers for IIS?
The application is a C# WinForms app that has a Apache + PHP (WAMP stack essentially). We can't use XAMMP, I need to create virtual hosts etc workout where the php.ini is etc.
You can reference other apache config files from the main one; so simply add a reference to your own apache conf file, and then write to it as required; once done, just restart the apache service. Pretty easy.

Virus scanning component [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to scan uploaded files on the server side.
I have asp.net application. The application is hosted on Windows server.
Can you point to some component or even commercial product with SDK or API, that can do the scan?
Server side virus scan on a file for Windows
I think you can take a look at ClamWin which is the windows portage of clamav antivirus on *nix. You'll be able to use the provided library or to use the command line tools to wrap the scan.

Does anyone know of any open source versions of Twitter? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I built a GIS application around Twitter and now its getting some interest.
But one of the requirements is that they don't want any outside dependencies.
So I'll need to mimic Twitters functions.
Anyone know of any open source Twitter projects?
Laconica?
http://laconi.ca/trac/
Identica demos it nicely:
http://identi.ca/
Jaiku is a microblogging service very similar to Twitter. Google bought Jaiku a few years ago and made its engine open source. You can find it here:
http://code.google.com/p/jaikuengine/
If you're looking for a .NET alternative. There is Yonkly. Is an open source Twitter clone written using ASP.NET MVC. You can find the source here:
http://www.codeplex.com/yonkly
I have used laconi.ca in the past, it is easy to figure out and highly customizable (for how young it is).

Categories