* FTPClientSession read welcome message with external socket
Add method to configure if the FTPClientSession should read welcome message from FTP server when you use external socket. Otherwise you could end up in a desyncronization of FTP commands
* FTPSClientSession constructor FTPS behavior
Add variable in constructor to let you enable or disable FTPS connection
* Get FTPSClientSession back from master
* Support UTF8 filename
Using UTF8 filename cause image loading funtion fail without a transcoding function
* FTP Add function to get welcome message
Add a function to get at application level the FTP Server welcome message
* removed FTPPasswordProvider from FTPSStreamFactory
Removed duplicate FTPPasswordProvider class from FTPSStreamFactory
* Code Style corrections
No hungarian style
no indent nested namespace
rename mutex
* FTPSClientSession
Add class to support FTPS (explicit FTP over SSL). Testcase done but just TestSuite_x64_vs140.vcxproj modified
* FTPS project file
Added FTPS files to v140 project
* FTPS makefile
Added FTPS file to makefile
* testsuit compile
Fix compile of testsuite
* comment misspelled
checked misspelled comment, and re-add WebSocket testsuite
* remove warning
reorder constructor inizializzations in order to remove gcc -Wreorder warning
* testsuite compile
Correct Makefile in testsuite
* Makefile testsuite
add DialogServer to testsuite makefile
* test build
fix build of testsuite
* add FTPSStreamFactory
* vs140 32bit
* build and test for vs150