Platforms .NET Communication Components FTP  

DotEtiveFTP 1.02

download download home home  
important code information
author:
debackerl
minimum requirements:
DotEtiveFTP 1.02 description

DotEtiveFTP enables you to transfer, rename, delete, make, enumerate files and folders synchronously and asynchronously. It supports Socks 4/4A/5, IPv6, transfers resuming, recusive folder transfer, custom commands, transfers tracking, and FXP data transfer for faster backups.


etive.com - .NET Components - README
====================================

Installation
============

Two methods exists:

1) Copy the DLL in your Global Assembly Cache
---------------------------------------------
Drag & Drop the DLL in the 'assembly' sub-directory of your WINDOWS directory.

To uninstall, go in your assembly directory, and simply delete the file.


2) Register the DLL in the Global Assembly Cache
------------------------------------------------
Start the command prompt

Type 'gacutil /i ASSEMBLY.DLL' where ASSEMBLY.DLL is the name of the component
you want to install.

NOTE: gacutil is provided with the .NET SDK.

To uninstall, type 'gacutil /u ASSEMBLY.DLL'.


3) ASP.NET Web Application
--------------------------
Copy the DLL in the 'bin' sub-directory of your web application.


Registration Keys
=================

To register an etive component, you need an 'owner key', and a 'serial key'.

The owner key can be set through the 'OwnerKey' property.
The serial key can be set through the 'SerialKey' property.

Our samples contains a keys.cs or keys.vb file containing the keys to use.

To try our component, you may ask the keys pair on our website. These keys
will automatically be sent by email.


Common Issues
=============

1) Error: "The check of the signature failed for assembly 'dotEtive.Net.FtpClient'."

The aspnet_wp process need to be restarted. Indeed, some information are only read
at process startup for performance reasons.

You may also have to recompile your web application.

2) Error: "The located assembly's manifest definition with name dotEtive.Net.FtpClient.dll does not match the assembly reference"

.NET found an assembly but version doesn't match. The web application was maybe compiled against an older version
of our library. Please recompile the web application against the version of our assembly you have.



File List:
CS-WebClient-VS.NET/0b
CS-WebClient-VS.NET/AssemblyInfo.cs3Kb
CS-WebClient-VS.NET/BrowserCtrl.cs7Kb
CS-WebClient-VS.NET/CS-WebClient.csproj7Kb
CS-WebClient-VS.NET/CS-WebClient.csproj.webinfo175b
CS-WebClient-VS.NET/Global.asax76b
CS-WebClient-VS.NET/Global.asax.cs1Kb
CS-WebClient-VS.NET/Global.asax.resx2Kb
CS-WebClient-VS.NET/Keys.cs194b
CS-WebClient-VS.NET/Web.config1Kb
CS-WebClient-VS.NET/browser.aspx3Kb
CS-WebClient-VS.NET/browser.aspx.cs7Kb
CS-WebClient-VS.NET/browser.aspx.resx5Kb
CS-WebClient-VS.NET/default.aspx1Kb
CS-WebClient-VS.NET/default.aspx.cs2Kb
CS-WebClient-VS.NET/default.aspx.resx5Kb
CS-WebClient-VS.NET/edit.aspx1Kb
CS-WebClient-VS.NET/edit.aspx.cs3Kb
CS-WebClient-VS.NET/edit.aspx.resx5Kb
CS-WebClient-VS.NET/folder.gif1Kb
CS-WebClient-VS.NET/styles.css226b
CS-WebClient/0b
CS-WebClient/BrowserCtrl.cs7Kb
CS-WebClient/Build.bat157b
CS-WebClient/Global.asax67b
CS-WebClient/Global.asax.cs1Kb
CS-WebClient/Keys.cs194b
CS-WebClient/README.txt106b
CS-WebClient/Web.config4Kb
CS-WebClient/bin/0b
CS-WebClient/bin/dotEtive.Net.FtpClient.dll76Kb
CS-WebClient/browser.aspx3Kb
CS-WebClient/browser.aspx.cs7Kb
CS-WebClient/default.aspx1Kb
CS-WebClient/default.aspx.cs2Kb
CS-WebClient/edit.aspx1Kb
CS-WebClient/edit.aspx.cs3Kb
CS-WebClient/folder.gif1Kb
CS-WebClient/styles.css226b
CS-WinClient/0b
CS-WinClient/App.ico2Kb
CS-WinClient/AssemblyInfo.cs2Kb
CS-WinClient/Browser.cs2Kb
CS-WinClient/CS-WinClient.csproj7Kb
CS-WinClient/CS-WinClient.csproj.user2Kb
CS-WinClient/CS-WinClient.prjx2Kb
CS-WinClient/FileFolderBrowser.cs20Kb
CS-WinClient/FileFolderBrowser.resx12Kb
CS-WinClient/Form.cs31Kb
CS-WinClient/Form.resources6Kb
CS-WinClient/Form.resx33Kb
CS-WinClient/FtpBrowser.cs15Kb
CS-WinClient/FtpBrowser.resx13Kb
CS-WinClient/InputBox.cs4Kb
CS-WinClient/InputBox.resx8Kb
CS-WinClient/Keys.cs194b
CS-WinClient/Tabs.cs11Kb
CS-WinClient/Tabs.resx2Kb
CS-WinClient/TransferEngine.cs13Kb
Readme.txt2Kb
Samples.sln3Kb
Samples.suo9Kb
VB-WebClient-VS.NET/0b
VB-WebClient-VS.NET/AssemblyInfo.vb1Kb
VB-WebClient-VS.NET/BrowserCtrl.vb9Kb
VB-WebClient-VS.NET/Build.bat0b
VB-WebClient-VS.NET/Global.asax74b
VB-WebClient-VS.NET/Global.asax.resx2Kb
VB-WebClient-VS.NET/Global.asax.vb2Kb
VB-WebClient-VS.NET/Keys.vb155b
VB-WebClient-VS.NET/VB-WebClient.vbproj7Kb
VB-WebClient-VS.NET/VB-WebClient.vbproj.webinfo175b
VB-WebClient-VS.NET/Web.config4Kb
VB-WebClient-VS.NET/browser.aspx3Kb
VB-WebClient-VS.NET/browser.aspx.resx2Kb
VB-WebClient-VS.NET/browser.aspx.vb7Kb
VB-WebClient-VS.NET/default.aspx1Kb
VB-WebClient-VS.NET/default.aspx.resx2Kb
VB-WebClient-VS.NET/default.aspx.vb2Kb
VB-WebClient-VS.NET/edit.aspx1Kb
VB-WebClient-VS.NET/edit.aspx.resx2Kb
VB-WebClient-VS.NET/edit.aspx.vb3Kb
VB-WebClient-VS.NET/folder.gif1Kb
VB-WebClient-VS.NET/styles.css226b
VB-WebClient/0b
VB-WebClient/BrowserCtrl.vb9Kb
VB-WebClient/Build.bat157b
VB-WebClient/Global.asax67b
VB-WebClient/Global.asax.vb2Kb
VB-WebClient/Keys.vb193b
VB-WebClient/README.txt106b
VB-WebClient/Web.config4Kb
VB-WebClient/bin/0b
VB-WebClient/bin/dotEtive.Net.FtpClient.dll76Kb
VB-WebClient/browser.aspx3Kb
VB-WebClient/browser.aspx.vb7Kb
VB-WebClient/default.aspx1Kb
VB-WebClient/default.aspx.vb2Kb
VB-WebClient/edit.aspx1Kb
VB-WebClient/edit.aspx.vb3Kb
VB-WebClient/folder.gif1Kb
VB-WebClient/styles.css226b
VB-WinClient/0b
VB-WinClient/AssemblyInfo.vb2Kb
VB-WinClient/Browser.vb2Kb
VB-WinClient/FileFolderBrowser.resx12Kb
VB-WinClient/FileFolderBrowser.vb21Kb
VB-WinClient/Form.resx2Kb
VB-WinClient/Form.vb31Kb
VB-WinClient/FtpBrowser.resx13Kb
VB-WinClient/FtpBrowser.vb16Kb
VB-WinClient/InputBox.resx2Kb
VB-WinClient/InputBox.vb4Kb
VB-WinClient/Keys.vb174b
VB-WinClient/Tabs.resx2Kb
VB-WinClient/Tabs.vb12Kb
VB-WinClient/TransferEngine.vb14Kb
VB-WinClient/VB-WinClient.vbproj7Kb
VB-WinClient/VB-WinClient.vbproj.user2Kb
dotEtive.Forms.TreeListView.dll60Kb
dotEtive.Net.FtpClient.dll76Kb
dotEtiveFTP.chm138Kb

User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 91
version
size in Kb 364
popularity   1204/5995043
user rating 5/10
ad


New Code
Popular Code