473,499 Members | 1,990 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# version of clsftp?

Is there a c# version of Microsoft's vb.net clsftp code?

Feb 10 '06 #1
4 3323
David,
"clsFtp" appears to be simply a sample in VB.NET illustrating some FTP
techniques.
You have a Framwork class, FTPWebRequest
http://msdn2.microsoft.com/en-us/lib...ebrequest.aspx
that is available from any language.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"David" wrote:
Is there a c# version of Microsoft's vb.net clsftp code?

Feb 11 '06 #2
thanks for the reply.
In the past, I've incorporated ftp requests into applications where I've had
to call ftp servers, downloading and uploading files. No problem with the
classes available.
I've now been asked to make an ftp request of a Unisys mainframe. There is
currently a method in place, using an old DOS application that is calling up
the ftp.exe app.
How can I replace this with a C# Windows client application? ftp classes I
can find all expect to be calling ftp servers. I don't want to just replace
the DOS app with a .NET app that makes a third party call to an ftp app.
"Peter Bromberg [C# MVP]" wrote:
David,
"clsFtp" appears to be simply a sample in VB.NET illustrating some FTP
techniques.
You have a Framwork class, FTPWebRequest
http://msdn2.microsoft.com/en-us/lib...ebrequest.aspx
that is available from any language.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"David" wrote:
Is there a c# version of Microsoft's vb.net clsftp code?

Feb 14 '06 #3
David,
There should be no reason why you cannot continue to use the old DOS app by
executing it using the System.Diagnostics.Process class.
If you want a more full-featured ftp .NET Library, I've had good results
with EnterpriseDT ftp. It's open source, the source is in C# but it can be
used from any .NET language.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"David" wrote:
thanks for the reply.
In the past, I've incorporated ftp requests into applications where I've had
to call ftp servers, downloading and uploading files. No problem with the
classes available.
I've now been asked to make an ftp request of a Unisys mainframe. There is
currently a method in place, using an old DOS application that is calling up
the ftp.exe app.
How can I replace this with a C# Windows client application? ftp classes I
can find all expect to be calling ftp servers. I don't want to just replace
the DOS app with a .NET app that makes a third party call to an ftp app.
"Peter Bromberg [C# MVP]" wrote:
David,
"clsFtp" appears to be simply a sample in VB.NET illustrating some FTP
techniques.
You have a Framwork class, FTPWebRequest
http://msdn2.microsoft.com/en-us/lib...ebrequest.aspx
that is available from any language.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"David" wrote:
Is there a c# version of Microsoft's vb.net clsftp code?

Feb 15 '06 #4
I appreciate your reply.
Yes, I did that at another shop with apps in vb6. But when I rewrote them in
..net, I pulled in the ftpclass in order to remove dependence on external
applications. I suppose I could go ahead and use external app calls here. I
will have a look at the EnterpriseDT you spoke of.

thanks again,
David
"Peter Bromberg [C# MVP]" wrote:
David,
There should be no reason why you cannot continue to use the old DOS app by
executing it using the System.Diagnostics.Process class.
If you want a more full-featured ftp .NET Library, I've had good results
with EnterpriseDT ftp. It's open source, the source is in C# but it can be
used from any .NET language.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"David" wrote:
thanks for the reply.
In the past, I've incorporated ftp requests into applications where I've had
to call ftp servers, downloading and uploading files. No problem with the
classes available.
I've now been asked to make an ftp request of a Unisys mainframe. There is
currently a method in place, using an old DOS application that is calling up
the ftp.exe app.
How can I replace this with a C# Windows client application? ftp classes I
can find all expect to be calling ftp servers. I don't want to just replace
the DOS app with a .NET app that makes a third party call to an ftp app.
"Peter Bromberg [C# MVP]" wrote:
David,
"clsFtp" appears to be simply a sample in VB.NET illustrating some FTP
techniques.
You have a Framwork class, FTPWebRequest
http://msdn2.microsoft.com/en-us/lib...ebrequest.aspx
that is available from any language.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"David" wrote:

> Is there a c# version of Microsoft's vb.net clsftp code?
>

Feb 15 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7253
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
16
2725
by: Manlio Perillo | last post by:
Hi. I'm a new user of Python but I have noted a little problem. Python is a very good language but it is evolving, in particular its library is evolving. This can be a problem when, ad example,...
2
8756
by: Terence Shek | last post by:
Is there a way to set the application binding policy so that it always binds to the latest version of an assembly? I'm hoping there is a way to avoid updating the application's binding...
2
630
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
4
2799
by: Earl T | last post by:
When I try to get the netscape version for version 7, I get the HttpBrowserCapabilities class returning the version as 5 and not 7. (see code and output below) CODE HttpBrowserCapabilities...
3
3052
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I...
0
1896
by: ev951 | last post by:
I am not that familiar with XML or XSL and I am trying to sort application version number strings in an XML file that my team uses for application installations on our Linux servers. I have tried...
0
1225
by: pbd22 | last post by:
does anybody here know how to get the current number of bytes being sent to the FTP server (in progress) using the clsFTP class? thanks.
8
3482
by: schaf | last post by:
Hi Ng! My application (version 1 a1) communicates with a service (version 1 s1). Now I would like to update the service and create a service version 2 (s2). The new function calls within s2 are...
0
7131
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7174
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6894
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7388
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4919
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4600
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
297
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.