Persian Forums  


Reply
 
LinkBack Thread Tools Display Modes
  (#1) namvar is offline Old
PC Applications
 
namvar's Avatar
 
Default FTP Client Engine for Visual Basic and VB NET - 09-23-2008, 11:28 AM

The FTP Client Engine for Visual Basic (FCE4VB) is a library of functions providing direct and simple control of the FTP protocol and can be used for both anonymous and private FTP sessions. A simple interface allows connecting to a FTP server, navigating its directory structure, listing files, sending files, deleting files, and receiving files using the FTP protocol.
The FCE4VB library contains both WIN16 and WIN32 Dynamic Link Libraries (DLLs) and can be used with any Windows application capable of calling the Windows API.
Requires any version of Visual Basic, including VB.Net, or any Visual Basic for Applications (VBA) language such as Word, Excel, and Access.
FCE4VB provides the functionality to easily and quickly develop software applications that can upload and download files using the FTP protocol.
Some of the many features of the FTP Client Component Library for Visual Basic (FCE4VB) are as follows:
* FCE4VB is a standard Windows DLL that does not depend on other "support" libraries.
* Works with all versions of Microsoft Visual Basic, VB .Net and VBA.
* Connect to any (anonymous or private) FTP server.
* Get list of files (names or long format) on server.
* Navigate server directories.
* Specify ASCII or BINARY transfer mode.
* Download files (with wildcard support).
* Upload files (with wildcard support).
* Delete files.
* Rename files.
* Append files.
* Create and remove server directories.
* Support for PROXY servers.
* Supports passive mode (necessary for firewalls).
* Supports multiple concurrent FTP sessions.
* Resume file transfers from any offset.
* Change files names while being up/downloaded.
* Can parse long directory listings.
* Can specify the FTP or data port
* Can specify minimum or maximum response waits.
* Supports S/KEY password encryption.
* Use on Internet or your own intranet (LAN).
* Selection of Visual Basic example programs.
* Available with C source code ($295).
* Free technical support and updates for one year.
* Royalty free distribution with your compiled application.
* Both Win32 and Win16 versions are provided.
* Evaluation versions are fully functional. No unlock code is required.
* Can be used with any language (C/C++, VC++, .NET, Delphi, VB,Delphi, Xbase++, Visual Foxpro,etc.) that can call the Windows API.
* Complete documentation (Programmers, Users, and Reference Manuals).
A good selection of complete example programs is included (including VB .Net), demonstrating how to develop software using the FTP protocol.
The FTP Client Component Library for Visual Basic supports and has been tested with the following:
* Microsoft Visual Basic (VB4.0, VB5.0, VB6.0)
* Visual Basic .NET
* Visual Basic for Applications (VBA) such as WORD, EXCEL and ACCESS.
FCE4VB can be used in the development of Win32 applications running under Windows 95/98/Me/2000/NT/XP/Vista. The evaluation version of FCE4VB is fully functional. Registration is $115 for email delivery and includes one year free updates.
Current version is 2.7 (7-10-2008


Code:
[Only registered and activated users can see links. ] 
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
basic, client, engine, ftp, net, vb, visual

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump



Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com
Copyright ©2006-2008, Persian-Forums.Com


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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177