Bläddra i källkod

Removing BOM

Source commit: 400d50388c49c9af12280b5d1df2f6c33e3bc6d8
Martin Prikryl 2 år sedan
förälder
incheckning
f4f75d1816
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      deployment/readme_nuget.md

+ 1 - 1
deployment/readme_nuget.md

@@ -1,4 +1,4 @@
-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 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 on Microsoft Windows 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.