1
0
Эх сурвалжийг харах

Updating NuGet description using the test from wiki

Source commit: b717fe11f573babab8e37cf8f0d95ae79b89dcd2
Martin Prikryl 6 жил өмнө
parent
commit
fa420cda87

+ 1 - 1
deployment/WinSCPnet.nuspec

@@ -13,7 +13,7 @@
     <summary>The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface.</summary>
     <description>The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, FTP, WebDAV, S3 and SCP sessions.
 
-The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which a basic WinSCP scripting interface is too limited. The library is not a general purpose file transfer library. It particularly have a limited support for interactive processing and as such it is not well suited for use in GUI applications.
+The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. For the same reason it is also difficult to use the assembly within a restricted environment like a web server, that limits or even restricts execution of external processes.
 
 For documentation and examples of use, see project website.