Download Fluent FTP
Description
I found there is a lack of samples for building client FTP applications, so I decided to create a fairly straightforward FTP client.It support basic abilities you would expect from a FTP client - directory browsing, file downloads and uploads, creating directories.The UI...
Source Files
The download file fluentftp.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
FluentFTP.sln/*from w w w . j a v a2 s . co m*/
FluentFTP.vssscc
FluentFTP/App.config
FluentFTP/App.xaml
FluentFTP/App.xaml.cs
FluentFTP/Configuration/Settings.cs
FluentFTP/Configuration/UserSettings.cs
FluentFTP/Converters/FtpItemTypeToString.cs
FluentFTP/Converters/LongToFileSize.cs
FluentFTP/Dialogs/TextBoxDialog.xaml
FluentFTP/Dialogs/TextBoxDialog.xaml.cs
FluentFTP/FluentFTP.csproj
FluentFTP/FluentFTP.csproj.vspscc
FluentFTP/Model/FtpClient.cs
FluentFTP/Model/FtpItem.cs
FluentFTP/Model/FtpItemType.cs
FluentFTP/Model/FtpServerInfo.cs
FluentFTP/Properties/AssemblyInfo.cs
FluentFTP/Properties/Resources.Designer.cs
FluentFTP/Properties/Resources.resx
FluentFTP/Properties/Settings.Designer.cs
FluentFTP/Properties/Settings.settings
FluentFTP/View/ConnectionView.xaml
FluentFTP/View/ConnectionView.xaml.cs
FluentFTP/View/EditServerView.xaml
FluentFTP/View/EditServerView.xaml.cs
FluentFTP/View/MainView.xaml
FluentFTP/View/MainView.xaml.cs
FluentFTP/View/ServersView.xaml
FluentFTP/View/ServersView.xaml.cs
FluentFTP/View/SettingsView.xaml
FluentFTP/View/SettingsView.xaml.cs
FluentFTP/ViewModel/ConnectionViewModel.cs
FluentFTP/ViewModel/EditServerViewModel.cs
FluentFTP/ViewModel/MainViewModel.cs
FluentFTP/ViewModel/ServersViewModel.cs
FluentFTP/ViewModel/SettingsViewModel.cs
FluentFTPTest/FluentFTPTest.csproj
FluentFTPTest/FluentFTPTest.csproj.vspscc
FluentFTPTest/MainViewModelTest.cs
FluentFTPTest/Properties/AssemblyInfo.cs
FluentFTPTest/SettingsTest.cs
Download
Click the following link to download fluentftp.zip.
fluentftp.zip