We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4f2e4 commit cf8fc39Copy full SHA for cf8fc39
docs/src/sftp.md
@@ -9,6 +9,11 @@ API](https://api.libssh.org/stable/group__libssh__sftp.html) is wrapped and
9
available in LibSSH.jl. See the [SFTP example](examples.md#SFTP) for an example
10
of basic usage.
11
12
+!!! warning
13
+ When it comes to handling paths, the library currently assumes that the
14
+ server is running on a *NIX system. Some functions will not work when
15
+ connecting to a Windows server.
16
+
17
Unlike the rest of the API, the SFTP C functions are blocking and only work with
18
blocking [`Session`](@ref)'s. This means that the library has to lock the
19
session while calling them and no other operations (blocking or unblocking) can
0 commit comments