Commit graph

220 commits

Author SHA1 Message Date
Alexander Koblov
5031bb52ee ADD: FTP - don't show time for connections 2021-11-30 19:21:06 +03:00
Alexander Koblov
c9baafdb36 FIX: Don't use UTF8Decode/UTF8Encode functions (fixes #245) 2021-11-09 19:13:55 +03:00
Alexander Koblov
78d28932af FIX: FTP - long delay with some ftps servers 2021-10-28 18:07:39 +03:00
Alexander Koblov
4e3a509e8e FIX: FTP - use mbFileExists function and TFileStreamEx class (fixes #213) 2021-10-23 13:36:23 +03:00
btwise
4410fd4b6b
FIX: Chinese translate (#136) 2021-07-17 17:03:33 +03:00
Alexander Koblov
9f116dd682 FIX: FTP - unneeded reconnect in SSH mode 2021-06-27 21:52:03 +03:00
btwise
098c4ddd6e
UPD: Repair and perfect Chinese localization! (#110)
* Added incomplete Chinese localization translation

* Add FTP Chinese localization file
2021-06-14 12:23:55 +03:00
Alexander Koblov
d54328be4f ADD: FTP - print error code when cannot perform the SSH handshake 2021-05-16 13:02:14 +03:00
Alexander Koblov
a8f0ac6030 ADD: FTP - reuse ssl session for data connection (OpenSSL) 2021-04-04 16:20:58 +03:00
Alexander Koblov
c8e9de0692 UPD: Synapse library 2021-04-04 15:12:35 +03:00
Alexander Koblov
185537ae73 UPD: Hungarian translation 2021-02-27 16:59:09 +00:00
Alexander Koblov
71be603502 ADD: FTP - Set symlink attribute in MLSD mode 2020-09-22 18:47:52 +00:00
Alexander Koblov
80dd03b52f ADD: FTP - Consider type='os.unix=symlink' in MLSD mode 2020-09-22 18:15:03 +00:00
Alexander Koblov
300cbb6e80 FIX: Lazarus 2.1 compatibility 2020-06-20 10:26:49 +00:00
Alexander Koblov
1f7d3e0067 FIX: FTP - download progress, close target file at error 2020-05-26 13:59:23 +00:00
Alexander Koblov
55b1ebf738 ADD: FTP - Copy using SCP protocol 2020-05-13 19:06:25 +00:00
Alexander Koblov
0013bde824 FIX: Don't request password when public key used 2020-03-30 15:52:24 +00:00
Alexander Koblov
9d8d7730a0 FIX: DCConvertEncoding should be first 2020-01-31 19:56:38 +00:00
Alexander Koblov
ce02bc74d9 FIX: FTP - save password to cache only after successful login 2020-01-10 18:16:41 +00:00
Alexander Koblov
b1af4e2490 FIX: FTP - send password in server encoding 2019-10-21 17:40:32 +00:00
Alexander Koblov
57ce976cb2 ADD: FTP - show fingerprint in all formats 2019-10-07 19:08:32 +00:00
Alexander Koblov
f2a875b004 ADD: Feature [0002362] Belarusian language file for FTP plugin configuration 2019-09-22 10:32:22 +00:00
Alexander Koblov
8f5fb8bd87 ADD: FTP - plugin icon 2019-03-10 14:35:48 +00:00
Alexander Koblov
f8200ef2d4 FIX: Bug [0002224] FTP plugin: SCP copies 1 Byte too much 2019-02-14 17:30:54 +00:00
Alexander Koblov
6532db5939 ADD: FTP - Close configuartion dialog by escape key 2018-11-22 22:22:04 +00:00
Alexander Koblov
119c47640c FIX: FTP - remove 'total' line 2018-11-21 15:17:27 +00:00
Alexander Koblov
ee6205482e FIX: Division by zero 2018-10-20 13:18:20 +00:00
Alexander Koblov
2e4f2fdef9 FIX: Bug [0001980] FTP plugin and master password issues 2018-07-17 19:11:36 +00:00
Alexander Koblov
4367ec4200 FIX: Edit password 2018-06-24 15:03:12 +00:00
Alexander Koblov
3ebef57e85 ADD: FTP - Options dialog translation 2018-05-21 17:07:30 +00:00
Alexander Koblov
fd85eb22bc ADD: SSH - verify server fingerprint
UPD: FTP - use standard dialog for quick connection
2018-05-18 20:41:52 +00:00
Alexander Koblov
8abc3d779b FIX: FTP - build under Linux 32 bit 2018-05-16 20:55:29 +00:00
Alexander Koblov
8141a1d401 FIX: FTP - options dialog wrong anchors 2018-05-15 20:12:47 +00:00
Alexander Koblov
1da7de35c2 FIX: FTP - Read unix permissions in MLSD answer, cleanup 2018-05-14 17:28:19 +00:00
Alexander Koblov
245f68932e FIX: FTP - Access violation 2018-05-13 21:03:53 +00:00
Alexander Koblov
343bb0922e FIX: FTP - Incorrect parsing of 'pdir' entry in MLSD listing 2018-05-13 14:13:25 +00:00
Alexander Koblov
31ef7eb594 FIX: FTP - Rename connection via properties dialog 2018-05-13 09:36:50 +00:00
Alexander Koblov
d08906f6c4 FIX: FTP - Proxy under Unix 2018-05-13 09:19:12 +00:00
Alexander Koblov
7f36e149e9 ADD: FTP - Log socket errors 2018-05-12 17:30:48 +00:00
Alexander Koblov
905a3e9579 FIX: FTP - Socks proxy 2018-05-12 17:08:00 +00:00
Alexander Koblov
e663102c90 FIX: FTP - Update proxy list 2018-05-12 15:55:57 +00:00
Alexander Koblov
19fea15dd8 UPD: FTP - Better proxy naming 2018-05-12 15:45:40 +00:00
Alexander Koblov
6b40831f53 ADD: FTP - Initial proxy support 2018-05-12 15:34:12 +00:00
Alexander Koblov
125a8f51a4 ADD: FTP - Proxy support class 2018-05-12 15:30:35 +00:00
Alexander Koblov
7d8a1c6444 ФADD: FTP - Start proxy support 2018-05-12 15:14:58 +00:00
Alexander Koblov
32fa79f55e ADD: SFTP - Send init commands 2018-05-12 08:00:33 +00:00
Alexander Koblov
69077cee4a ADD: FTP - Auto detect encoding 2018-05-12 07:40:07 +00:00
Alexander Koblov
2d9a50e126 ADD: SCP - Log errors 2018-05-11 20:44:46 +00:00
Alexander Koblov
2ffe64fe45 ADD: SFTP - Execute command from command line 2018-05-11 20:40:46 +00:00
Alexander Koblov
3cd3b151bf UPD: SCP - Log execute command error 2018-05-11 20:30:29 +00:00