-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
63 additions
and
1,647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
*.o | ||
|
||
*.a | ||
|
||
*.so | ||
|
||
*.2 | ||
|
||
*.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,37 @@ | ||
v2.03 | ||
v2.0.4 | ||
|
||
- license changed to lgpl | ||
- added support for osx | ||
- Added support for MSVC 2012. | ||
- Documentation migrated from HTML to Markdown. | ||
|
||
v2.0.3 | ||
|
||
- License changed to LGPL. | ||
- Added support for OSX. | ||
|
||
v2.0.2 | ||
|
||
- fixed a bug in the upload routine | ||
- Fixed a bug in the upload routine. | ||
|
||
v2.0.1 | ||
|
||
- fixed a problem with the -DNOSSL compile flag | ||
- removed an unnecessary sys/time.h dependance | ||
- Fixed a problem with the -DNOSSL compile flag. | ||
- Removed an unnecessary sys/time.h dependance. | ||
|
||
v2.0.0 | ||
|
||
- implemented SSL/TLS certification callback | ||
- SSLv2 connections aren't allowed any more | ||
- made library work on win32 systems | ||
- correct pasv reply functionality for misbehaving NAT servers | ||
- cleaned up code and slightly modiefied | ||
interface | ||
- ssl support can be turned off now | ||
- large file support | ||
- fixed error when fxp'ing a rejected file | ||
- logging functionality extended | ||
- callback mechanisms improved | ||
- Implemented SSL/TLS certification callback. | ||
- SSLv2 connections aren't allowed any more. | ||
- Made library work on win32 systems. | ||
- Correct pasv reply functionality for misbehaving NAT servers. | ||
- Cleaned up code and slightly modified interface. | ||
- SSL support can be turned off now. | ||
- Large file support. | ||
- Fixed error when fxp'ing a rejected file. | ||
- Logging functionality extended. | ||
- Callback mechanisms improved. | ||
|
||
v1.0.1 | ||
|
||
- ftplib::Fxp was always returning 0, fixed this | ||
- Quit returns if there's no connection anymore to do QUIT | ||
- fixed bug in secure upload | ||
- ftplib::Fxp was always returning 0, fixed this. | ||
- Quit returns if there's no connection anymore to do QUIT. | ||
- Fixed a bug in secure upload. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.