Commit graph

189 commits

Author SHA1 Message Date
Alexander Koblov
c3e1880d7f FIX: Samba - overwrite confirmation doesn't work 2 2016-06-13 18:00:18 +00:00
Alexander Koblov
8739a0965d FIX: Samba - overwrite confirmation doesn't work 2016-06-13 17:54:12 +00:00
Alexander Koblov
d319865a8d FIX: Windows CE 5.1 FTP-server conflict with BullGCOS7 2016-06-04 08:17:39 +00:00
Alexander Koblov
cde9b90ecb ADD: Windows CE 5.1 FTP-server support 2016-05-29 15:59:13 +00:00
Alexander Koblov
bd030f0073 FIX: Try to fix issue 0000904 2016-05-21 19:01:44 +00:00
Alexander Koblov
7502dcac32 FIX: Bug [0001353] spelling and grammar errors 2016-05-15 07:14:38 +00:00
Alexander Koblov
f05be9a2e2 ADD: FTP - FsSetTimeW function 2016-05-09 10:06:14 +00:00
Alexander Koblov
98623073e2 ADD: FTP - MLSD command support 2016-05-09 09:29:07 +00:00
Alexander Koblov
1a77432fae ADD: Uses cthreads 2016-04-22 20:44:16 +00:00
Alexander Koblov
c868c6bb8c UPD: Drop SSL2 in WinSSL 2016-04-02 07:44:53 +00:00
Alexander Koblov
c2da649cb2 UPD: Use +VERS-TLS-ALL method 2016-04-02 07:36:59 +00:00
Alexander Koblov
a29d979f01 ADD: Feature [0001341] FTPS Implicit not supported 2016-04-02 07:11:43 +00:00
Alexander Koblov
f43db3f6a3 FIX: Build with FPC 2.6.4 and Lazarus 1.6.0 2016-03-13 11:15:03 +00:00
Alexander Koblov
cb96a4d4cc FIX: Compiling under Lazarus 1.4.4 2016-01-16 12:48:39 +00:00
Alexander Koblov
c99d25a4b0 ADD: Different encoding support 2016-01-13 19:12:50 +00:00
Alexander Koblov
0458302858 UPD: Clean up 2016-01-12 20:39:37 +00:00
Alexander Koblov
10afeb115d UPD: Save connection encoding 2016-01-12 20:37:37 +00:00
Alexander Koblov
79197fe192 UPD: Prepare different encoding support 2016-01-12 20:04:35 +00:00
Alexander Koblov
9f8da1d008 UPD: Prepare different encoding support 2016-01-12 19:56:09 +00:00
Alexander Koblov
34d0140721 UPD: Prepare different encoding support 2016-01-12 19:21:39 +00:00
Alexander Koblov
b9f93d2f60 UPD: Convert ftp plugin to Unicode 2016-01-11 19:24:53 +00:00
Alexander Koblov
6677ba07a0 UPD: Prepare FPC 3.0 support 2015-12-13 10:52:08 +00:00
Alexander Koblov
ebf670214d UPD: Prepare FPC 3.0 support 2015-12-13 10:49:56 +00:00
Alexander Koblov
cb7d69a130 FIX: Ftp redirect to global address if server reports local instead 2015-09-07 08:29:23 +00:00
Alexander Koblov
d02f278e98 UPD: Set timeout to 15 seconds 2015-08-25 16:14:12 +00:00
Alexander Koblov
afe3e29b0f FIX: Bug [0000455] Copying a directory to FTP and it already exists displays "Unknown error" message 2015-08-14 19:03:06 +00:00
Alexander Koblov
6e6cef0f64 ADD: Execute any ftp command from command line 2015-08-14 18:15:19 +00:00
Alexander Koblov
8a2f51e8ac ADD: Load any supported OpenSSL version 2015-08-09 10:06:03 +00:00
Alexander Koblov
b3667e7f8c UPD: Use one way to include ssl implementation 2015-08-09 09:00:15 +00:00
Alexander Koblov
dd0643c5a2 ADD: TLS 1.1, 1.2 2015-08-09 08:37:58 +00:00
Alexander Koblov
abda68f3c8 UPD: GnuTLS for Linux 2015-08-09 08:26:17 +00:00
Alexander Koblov
bf55acd9b8 UPD: GnuTLS for Linux 2015-08-09 08:03:38 +00:00
Alexander Koblov
5349653d37 FIX: Ftp plugin hangs on connect 2015-08-08 12:22:02 +00:00
Alexander Koblov
faf7ee744b UPD: Write to log data socket error 2015-08-07 21:58:01 +00:00
Alexander Koblov
e832b20d71 ADD: Read result on data socket error 2015-08-06 21:14:54 +00:00
Alexander Koblov
c45600bc46 ADD: Support for TLS_1.1 and TLS_1.2 2015-08-04 20:40:08 +00:00
Alexander Koblov
cfd30642d9 ADD: TLS 1.1, 1.2 2015-08-04 20:18:51 +00:00
Alexander Koblov
ead110f133 UPD: Use winssl under Windows 2015-08-04 19:59:16 +00:00
Alexander Koblov
a8076fecab FIX: Don't show password in ftp log 2015-08-04 19:39:14 +00:00
Alexander Koblov
a9ce9b62eb FIX: Copy files using samba 2015-07-26 08:22:30 +00:00
Alexander Koblov
57082acfb7 ADD: FTP MFMT command support 2015-07-09 20:08:58 +00:00
Alexander Koblov
9d05904fb3 UPD: Use LazUTF8 2015-05-03 10:00:23 +00:00
Alexander Koblov
4902bc5a36 UPD: Refactoring 2015-05-03 09:10:25 +00:00
Alexander Koblov
7455a7c1e7 FIX: Initial commands and path encoding 2015-05-03 08:55:52 +00:00
Alexander Koblov
48d8dfb838 ADD: FTP partial UTF-8 support
FIX: Bug [0000761] Error in list of file names that return plugin
2015-05-03 08:48:22 +00:00
Alexander Koblov
34096b68cc ADD: Determine UTF-8 FTP server feature 2015-05-03 08:11:35 +00:00
Alexander Koblov
4e09e8263b FIX: Bug [0000965] ftp: password is always requested though the connection is marked "anonymous" 2015-05-02 15:56:24 +00:00
Alexander Koblov
7d0aeb90eb UPD: Copyright info 2015-05-02 07:52:48 +00:00
Alexander Koblov
342df6d78e FIX: Copy zero size file
UPD: License
2015-05-02 07:49:04 +00:00
Alexander Koblov
c223da7868 FIX: Bug [0000906] Progress bar not showing progress of ftp transfer
FIX: Bug [0000812] Stuck & crash when trying to transfer large file from FTP
2015-05-02 06:45:37 +00:00