![]() |
FTP Client Class in Delphi .NET 1.1
I'm looking for a FTP Client Class that allows me to upload/download files to and from a FTP Server. I want a Delphi .NET class, anyone know of such a class, because the default .NET 1.1 framework doesn't have a ready to use ftp client class, as far as i know...
I found this article, but it's in VB, so i don't really want to convert that to Delphi Code, it probably won't even work.... ![]() |
Re: FTP Client Class in Delphi .NET 1.1
Zitat:
But the easier option is to compile that VB Code with the framework VB compiler into a library and simply consume that assembly from delphi code. |
Re: FTP Client Class in Delphi .NET 1.1
Zitat:
|
Re: FTP Client Class in Delphi .NET 1.1
The VB.NET Compiler is shipped with the .NET Framework. It's the vbc.exe.
You simply take the class, use the vbc.exe on it with the parameter /target:library and sepcifiy the out file. What you get should be a .dll containing the ftp class you can use frmo your delphi code when you add a reference to that assembly to your project. |
Re: FTP Client Class in Delphi .NET 1.1
Zitat:
|
Re: FTP Client Class in Delphi .NET 1.1
Well.. sometimes Copy&Paste is the right way to go ;-)
|
Re: FTP Client Class in Delphi .NET 1.1
Zitat:
|
Re: FTP Client Class in Delphi .NET 1.1
Uh. I can't help at that, sorry. I never touched VB. Like the most of us Delphi guys :zwinker:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:44 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz