blob: 971d3d18ab80cacf1f9b240dc93933b9269f484d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
***********
FTP File YM
***********
Description
===========
Plugin uploads files to the FTP server.
Main features
=============
- FTPS (FTP+SSL) and SFTP (FTP via SSH) support
- support for zipping files before upload
- support for sending folders
- tabs support in upload dialog
- possibility to set 5 different FTP servers
- simple file manager for deleting uploaded files from FTP
- added Pause/Resume and Cancel buttons in upload dialog
- customizable menu entries
!!! Requirements !!!
====================
Libcurl.dll has to be in Miranda root folder.
Changelog
=========
--- 0.4.0.3 ---
* x64 portability changes
! fixed multiple same files in file manager
--- 0.4.0.2 ---
+ possibility to enter archive file name
+ check if file exists on server
--- 0.4.0.1 ---
! restored backward compatibility with Send Screenshot
--- 0.4.0.0 ---
+ added zipping support
+ added support for sending folders
* many other changes and improvements
* plugin completely rewritted to C++
--- 0.3.0.4 ---
* redesigned buttons in file manager
! fixed multiple same files in file manager
! another fixes for SFTP
--- 0.3.0.3 ---
+ added hidden option ('LocalIP', string format) for set IP address used in PORT command
! fixed file deleting via SFTP
! fixed upload dialog refreshing
--- 0.3.0.2 ---
! some FTP connection fixes
--- 0.3.0.1 ---
! fixed 100% CPU load in file manager
! some other minor fixes
--- 0.3.0.0 ---
+ implemented libcurl library
+ added FTPS (FTP+SSL) and SFTP (FTP via SSH) support
--- 0.2.2.1 ---
+ auto deletion function can be adjusted in options menu in upload dialog
! some fixes for file manager
--- 0.2.2.0 ---
+ automatic deletion of file after defined time
+ added send button to tabsrmm button bar
+ added server info to upload dialog
! fixed 'Command after upload' function
--- 0.2.1.0 ---
+ simple file manager for deleting uploaded files from FTP
--- 0.2.0.1 ---
+ ability to close tab by double click or middle button click
* changed upload dialog layout
! fixed selection of new tab after tab is closed
--- 0.2.0.0 ---
* plugin was completely rewritten
+ added tabs support
--- 0.1.0.3 ---
! disabled menu entries for non IM contacts
--- 0.1.0.2 ---
! fixed possible crash in options
--- 0.1.0.1 ---
+ added options for better customize of contact menu items (original patch by jarvis)
+ added check of minimal Miranda version (0.7+)
! fixed percentual indicator for large files
--- 0.1.0.0 ---
+ first FL version
--- 0.0.2.5 ---
+ option for remove national characters from filename
+ updater support
* increased number of FTP servers to 5
* visual changes in upload dialog
! fixed 100% CPU load when upload process is paused
! fixed compatibility with clist_classic and clist_mw
! fixed compatibility with scriver and srmm
--- 0.0.2.4 ---
+ added Cancel All and Stop/Resume buttons
+ restored service function for other plugins (sendSS) - see m_ftpfile.h
! fixed some minor bugs
--- 0.0.2.3 ---
+ added Ansi version
! fixed crash on sending multiple files
--- 0.0.2.2 ---
+ added possibility to set 3 different FTP server
+ full Unicode support
* menu entry redesigned
Symbols used in changelog: + = new / * = changed / ! = fixed
Author
======
original plugin by Joel Jonsson (thx!)
mod by yaho -> YM
ICQ: 356344824
email: yaho@miranda-easy.net
www: www.miranda-easy.net
|