@@ -4,19 +4,12 @@ Known Issues
4
4
This is the list of known issues for the current release of SFTPPlus.
5
5
6
6
7
- * [#1054 ] No support for non-ASCII characters in the server's installation
8
- path.
7
+ * [#3787 ] No support for non-ASCII characters in the server's installation
8
+ path, on the Windows operating system .
9
9
10
10
In order to ensure correct operation of SFTPPlus, please
11
11
avoid using special Unicode characters in the installation folder path.
12
12
13
- * [#1245] Events logged in Windows Event Logger are listed without
14
- a specific Windows description.
15
-
16
- Events logged in Windows Event Logger are listed without a human
17
- friendly Windows description.
18
- Nevertheless, the data exported as XML is detailed and complete.
19
-
20
13
* Copying a Local Manager URL from within an authenticated session
21
14
and pasting it in an unauthenticated session will prompt for the login page.
22
15
After a successful authentication, the new session will redirect to the
@@ -35,66 +28,18 @@ This is the list of known issues for the current release of SFTPPlus.
35
28
The server itself and all systems with which it interacts
36
29
should use ASCII domain names.
37
30
38
- * [#1400] When the server fails to start, it will only emit the general log
39
- event `20002 ` to signal that the server is stopping, without sending dedicated
40
- `20078 ` events for each service that was initially started.
41
- Service stop events are still emitted when a service is stopped at running
42
- time from the Local Manager or when the server is stopped in a normal way.
43
-
44
- * [#1470] The Local Manager will not warn when adding multiple services,
45
- accounts, and groups with the same name.
46
- No error is generated because internally the server uses UUIDs for addressing
47
- these items.
48
-
49
- * [#1588] On service start/stop the audit
50
- entries for these actions have no field mentioning the administrator
51
- requesting the action.
52
-
53
- * [#1787] HTTP Post Request log handlers accept HTTPS URLs, but do not
54
- validate the SSL connection.
55
-
56
- * [#1935] In the HTTP/HTTPS file service, actions can only be triggered by
57
- explicitly clicking on buttons.
58
- Actions cannot be triggered using the 'Enter' keyboard key.
59
-
60
31
* [#1946] On Windows systems, the installation will not generate an
61
32
install log file when running in silent mode.
62
33
63
34
* [#2057] SFTP symbolic links on Windows systems only work when using
64
35
absolute paths.
65
36
66
- * When the server does not have write permissions to the configuration file and
67
- an administrator applies changes from the Local Manager, changes are applied,
68
- but they do not persist in the configuration.
69
- If you fix the permissions while the server is still running, there is no
70
- option to force a new save to the configuration file, other than making
71
- another change and applying it.
72
- Then, all previous changes will also be saved.
73
-
74
- * [#2134] On Linux, SFTPPlus cannot detect if the OpenSSL libraries provided by
75
- the operating system support TLS 1.0 or TLS 1.1.
76
- If you configure one of them on an OS with no support,
77
- the configured service will start and any connections will fail.
78
-
79
37
* [#2383] On Windows systems, `execute_before `, `execute_after_success `, and
80
38
`execute_after_failure ` cannot be configured with a path containing space
81
39
characters.
82
40
Also, when any `execute_* ` action is called for files containing
83
41
non-ASCII characters, the passed file names are corrupted.
84
42
85
- * [#2547] When a password is used to import a private key which is not
86
- password-protected, the Local Manager will still inform you that the key
87
- is password-protected.
88
-
89
- * [#94] FTP session reinitialization command (`REIN `) is not yet implemented.
90
-
91
- * [#1160] FTP zlib compression command `MODE Z ` is not yet implemented.
92
-
93
- * [#1161] FTP cyclic redundancy check using the CRC-32 algorithm `XCRC ` is not
94
- yet implemented.
95
-
96
- * [#2357] FTP unique store command (`STOU `) is not yet implemented.
97
-
98
43
* [#3294] When the file was successfully transferred but failed to be removed
99
44
from the source location, the transfer is considered failed but source file
100
45
is archived as a success.
@@ -201,33 +146,12 @@ This is the list of known issues for the current release of SFTPPlus.
201
146
If changing timezone on a system running SFTPPlus you need to restart
202
147
SFTPPlus in order to apply the changes.
203
148
204
- * Updated file transfer debug configuration is applied on new connections.
205
- You will need to disconnect and reconnect to see the
206
- debug configuration applied for your session.
207
- Note that when using a web browser, the HTTP connections are persisted.
208
- You will need to close the tab or the browser to force a disconnection.
209
-
210
- * [#5531] Private password-protected ECDSA / Ed25519 keys are not supported
211
- yet.
212
-
213
- * [#5582] When the OS authentication method is configured with `group-name ` or
149
+ * [#5239] When the OS authentication method is configured with `group-name ` or
214
150
`group-name-with-default ` the allowed source IP configuration and SSH
215
151
public keys configuration are extracted from the default group.
216
152
217
- * [#5586] SCP file transfer protocol doesn't support transfers for files with
218
- quotes in the path or filename.
219
- This issue doesn't affect the SFTP protocol.
220
-
221
- * [#5598] When a transfer is configured to copy/move a file a destination
222
- using a temporary name and the content of the file is copied to destination
223
- but the rename operation fails, the transfer will fail, but the log will
224
- show the file as succeeded.
225
-
226
- * [#5606] The WebDAVS protocol is not supported by the `client-shell ` command
227
- line tool.
228
-
229
- * [#5621] The LDAPS authentication only works with IPv4.
153
+ * [#5189] The LDAPS authentication only works with IPv4.
230
154
Only LDAP authentication is supported for IPv6 address literals.
231
155
232
- * [#5672 ] SMB/Windows Shares authenticated via Kerberos Domain method are not
156
+ * [#5115 ] SMB/Windows Shares authenticated via Kerberos Domain method are not
233
157
yet supported. NTLM authentication is supported.
0 commit comments