Commit graph

301 commits

Author SHA1 Message Date
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
Alexander Koblov
8b4743fb3b FIX: SCP - Execute command from command line (execute in current directory) 2018-05-11 20:26:04 +00:00
Alexander Koblov
ab35a2ada1 ADD: SCP - Execute command from command line 2018-05-11 20:17:45 +00:00
Alexander Koblov
7843098514 ADD: SCP - Auto detect list command style 2018-05-11 19:58:02 +00:00
Alexander Koblov
df4605338c FIX: SCP - Close remote file 2018-05-10 20:21:07 +00:00
Alexander Koblov
a5ed841dea FIX: FTP - options dialog alignment #2 2018-05-10 19:34:53 +00:00
Alexander Koblov
ef0fb98de3 FIX: FTP - options dialog alignment 2018-05-10 19:22:23 +00:00
Alexander Koblov
3ed3327277 ADD: SSH - Client certificate authentication 2018-05-10 18:55:03 +00:00
Alexander Koblov
faddea37c2 UPD: FTP - options dialog 2018-05-09 18:05:46 +00:00
Alexander Koblov
0352e13e4a ADD: FTP - only SCP mode 2018-05-08 17:26:52 +00:00
Alexander Koblov
307b697d50 FIX: SCP - SetFileTime function 2018-05-06 14:43:06 +00:00
Alexander Koblov
3a43738d6f UPD: SCP - Cleanup 2018-05-06 14:25:30 +00:00
Alexander Koblov
476fdb740b ADD: FTP - FileExists function, SCP - skip "total" line 2018-05-06 13:59:56 +00:00
Alexander Koblov
bd2405bb4f FIX: SCP - read listing 2018-05-06 12:47:59 +00:00
Alexander Koblov
3544ae3d13 ADD: FTP - Initial SSH+SCP support 2018-05-06 09:36:48 +00:00
Alexander Koblov
8e8b790a76 ADD: FTP - Channel API 2018-05-06 09:13:30 +00:00
Alexander Koblov
3188fbfbea ADD: FTP - Options: to enable/disable hidden items query, send keep alive during transfer 2018-05-06 07:56:21 +00:00
Alexander Koblov
2ae6b95a7d FIX: Bug [0001719] FTP shows ".." parent directory entry without access rights 2018-04-07 10:12:45 +00:00
Alexander Koblov
519d322eee FIX: Compiling with fpc 2.6.4 2018-02-23 11:54:02 +00:00
Alexander Koblov
47ef0fe92d FIX: Bug [0001980] FTP plugin and master password issues #3 2018-01-27 20:11:12 +00:00
Alexander Koblov
947d13534f FIX: Bug [0001980] FTP plugin and master password issues #2 2018-01-27 20:06:00 +00:00
Alexander Koblov
b08269c705 FIX: Bug [0001980] FTP plugin and master password issues 2018-01-27 15:36:43 +00:00
Alexander Koblov
b0924874e7 UPD: FTP - Move binary output directory 2017-12-30 13:38:51 +00:00
Alexander Koblov
5c244f98dd FIX: Clone function 2017-12-03 08:59:50 +00:00
Alexander Koblov
1b6a2c5814 ADD: FTP - KeepAliveTransfer option 2017-12-03 08:55:22 +00:00
Alexander Koblov
f8425e98a6 ADD: Keep alive while transfer 2017-12-03 08:50:43 +00:00
Alexander Koblov
7eb94605ac ADD: FTP - TcpKeepAlive option 2017-10-14 09:21:12 +00:00
Alexander Koblov
baceea6c4f FIX: Load OpenSSL 1.1.0 2017-08-27 09:27:32 +00:00
Alexander Koblov
7b0218eeee UPD: Synapse ssfpc.inc to trunk 2017-08-27 09:13:56 +00:00
Alexander Koblov
13b9d96ed0 UPD: Synapse OpenSSL binding to trunk 2017-08-27 09:09:25 +00:00
Alexander Koblov
0dc4ab5cec FIX: Sftp - show error when cannot connect to server 2017-07-16 19:06:59 +00:00
Alexander Koblov
ebfef248c9 ADD: Sftp - determine link to directory 2017-07-16 12:43:06 +00:00
Alexander Koblov
d8d65df7ff FIX: Sftp - Send correct response index 2017-07-16 07:56:22 +00:00
Alexander Koblov
c259c9e5e7 FIX: Possible high CPU load and access violation 2017-07-16 07:46:58 +00:00
Alexander Koblov
512c53e182 ADD: Copyright info 2017-07-16 07:23:43 +00:00
Alexander Koblov
d8365901f1 ADD: Sftp - request password if needed 2017-07-16 07:19:36 +00:00
Alexander Koblov
0b9ef1ad0e UPD: FTP plugin version number 2017-07-15 17:17:39 +00:00
Alexander Koblov
164ebc515c FIX: FTP - Incorrect source->target indication when copy from server 2017-07-15 08:56:42 +00:00
Alexander Koblov
8d9ef7c779 ADD: FTP - background copy 2017-07-11 17:27:18 +00:00
Alexander Koblov
b29a73b368 ADD: Sftp - Error checking 2017-07-10 17:08:05 +00:00
Alexander Koblov
f37ec5dfca ADD: Sftp - enable ssh2 from configuration dialog 2017-07-10 11:48:35 +00:00
Alexander Koblov
28b52c8f19 ADD: Sftp - init/exit libssh2 2017-07-10 09:40:23 +00:00
Alexander Koblov
63f2c8e24a FIX: Sftp - don't show file size for directories 2017-07-10 06:53:43 +00:00
Alexander Koblov
307621b2a1 ADD: FTP - Simple SFTP support 2017-07-10 06:37:49 +00:00
Alexander Koblov
340852b2f2 FIX: FTP - Possible access violation error 2017-07-10 06:29:45 +00:00
Alexander Koblov
5d8748ee62 FIX: FTP - crash under Linux 2017-07-09 16:39:14 +00:00
Alexander Koblov
57bfb3960a ADD: FTP - load libssh2 library under Unix 2017-07-09 15:37:02 +00:00
Alexander Koblov
3d4c17a480 FIX: FTP - FileSize function 2017-07-06 17:17:43 +00:00