473,472 Members | 1,760 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Secure FTP avaliable in .NET?

My team has developed an application that uses the .NET "FtpOpenFile" command.

How can I find out if this FTP comamnd is secure...
Well, I guess in general does .NET support secure FTPs - if so, how do I use
it?

Pointers to any doco would be greatly appreciated.

Help!
Nov 22 '05 #1
5 2164
FTP functionality with WinInet can be secured with VPN connection between an
FTP client and an FTP server.
You can also purchase secure ftp server/client software from a third party.
If you decide to look outside FTP, I would recommend either HTTPS or Secure
Sockets.
Aleksey Nudelman
http://csharpcomputing.com

"hz****@nopost.com" wrote:
My team has developed an application that uses the .NET "FtpOpenFile" command.

How can I find out if this FTP comamnd is secure...
Well, I guess in general does .NET support secure FTPs - if so, how do I use
it?

Pointers to any doco would be greatly appreciated.

Help!

Nov 22 '05 #2
Third party is not an option... the FTP must be initialed via the .NET
application...

How do I establish a secured VPN connection b/w the two severs?

"csharpcomputing.com" wrote:
FTP functionality with WinInet can be secured with VPN connection between an
FTP client and an FTP server.
You can also purchase secure ftp server/client software from a third party.
If you decide to look outside FTP, I would recommend either HTTPS or Secure
Sockets.
Aleksey Nudelman
http://csharpcomputing.com

"hz****@nopost.com" wrote:
My team has developed an application that uses the .NET "FtpOpenFile" command.

How can I find out if this FTP comamnd is secure...
Well, I guess in general does .NET support secure FTPs - if so, how do I use
it?

Pointers to any doco would be greatly appreciated.

Help!

Nov 22 '05 #3
Open Windows Networking and create a new VPN connection.
Use Rasdial to connect to dial this VPN entry. Once connected, use Ras to
find out what server IP is and then pass this IP to your WinInet Ftp call.
When done, disconnect ftp and then close your VPN connection.
Aleksey Nudelman
http://csharpcomputing.com

"hz****@nopost.com" wrote:
Third party is not an option... the FTP must be initialed via the .NET
application...

How do I establish a secured VPN connection b/w the two severs?

"csharpcomputing.com" wrote:
FTP functionality with WinInet can be secured with VPN connection between an
FTP client and an FTP server.
You can also purchase secure ftp server/client software from a third party.
If you decide to look outside FTP, I would recommend either HTTPS or Secure
Sockets.
Aleksey Nudelman
http://csharpcomputing.com

"hz****@nopost.com" wrote:
My team has developed an application that uses the .NET "FtpOpenFile" command.

How can I find out if this FTP comamnd is secure...
Well, I guess in general does .NET support secure FTPs - if so, how do I use
it?

Pointers to any doco would be greatly appreciated.

Help!

Nov 22 '05 #4
1st off thanks for the input - it is greatly appreciated.

Can you point me in the direction of some doco and/or examples - I'd like to
investigate the VPN connection further.

Thanks again.

"csharpcomputing.com" wrote:
Open Windows Networking and create a new VPN connection.
Use Rasdial to connect to dial this VPN entry. Once connected, use Ras to
find out what server IP is and then pass this IP to your WinInet Ftp call.
When done, disconnect ftp and then close your VPN connection.
Aleksey Nudelman
http://csharpcomputing.com

"hz****@nopost.com" wrote:
Third party is not an option... the FTP must be initialed via the .NET
application...

How do I establish a secured VPN connection b/w the two severs?

"csharpcomputing.com" wrote:
FTP functionality with WinInet can be secured with VPN connection between an
FTP client and an FTP server.
You can also purchase secure ftp server/client software from a third party.
If you decide to look outside FTP, I would recommend either HTTPS or Secure
Sockets.
Aleksey Nudelman
http://csharpcomputing.com

"hz****@nopost.com" wrote:

> My team has developed an application that uses the .NET "FtpOpenFile" command.
>
> How can I find out if this FTP comamnd is secure...
> Well, I guess in general does .NET support secure FTPs - if so, how do I use
> it?
>
> Pointers to any doco would be greatly appreciated.
>
> Help!

Nov 22 '05 #5
Here is RasDial Example in
http://msdn.microsoft.com/library/de...onnections.asp

"hz****@nopost.com" wrote:
1st off thanks for the input - it is greatly appreciated.

Can you point me in the direction of some doco and/or examples - I'd like to
investigate the VPN connection further.

Thanks again.

"csharpcomputing.com" wrote:
Open Windows Networking and create a new VPN connection.
Use Rasdial to connect to dial this VPN entry. Once connected, use Ras to
find out what server IP is and then pass this IP to your WinInet Ftp call.
When done, disconnect ftp and then close your VPN connection.
Aleksey Nudelman
http://csharpcomputing.com

"hz****@nopost.com" wrote:
Third party is not an option... the FTP must be initialed via the .NET
application...

How do I establish a secured VPN connection b/w the two severs?

"csharpcomputing.com" wrote:

> FTP functionality with WinInet can be secured with VPN connection between an
> FTP client and an FTP server.
> You can also purchase secure ftp server/client software from a third party.
> If you decide to look outside FTP, I would recommend either HTTPS or Secure
> Sockets.
> Aleksey Nudelman
> http://csharpcomputing.com
>
> "hz****@nopost.com" wrote:
>
> > My team has developed an application that uses the .NET "FtpOpenFile" command.
> >
> > How can I find out if this FTP comamnd is secure...
> > Well, I guess in general does .NET support secure FTPs - if so, how do I use
> > it?
> >
> > Pointers to any doco would be greatly appreciated.
> >
> > Help!

Nov 22 '05 #6

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

Similar topics

6
by: Billy Jacobs | last post by:
I have a website which has both secure and non-secure pages. I want to uses forms authentication. How do I accomplish this? Originally I had my web.config file in the root with Forms...
5
by: hzgt9b | last post by:
My team has developed an application that uses the .NET "FtpOpenFile" command. How can I find out if this FTP comamnd is secure... Well, I guess in general does .NET support secure FTPs - if so,...
4
by: debedb | last post by:
Hi all, I have a link, <A onClick="javascript:foo()">. The foo() function does w = window.open('', fieldid+'mywindow', prop); w.document.open(); d = w.document; And proceeds to write...
1
by: s88 | last post by:
Howdy: I'm searching an avaliable symbol table library for my C-like parser project. Does anyone have good suggestions? Thanx!!! Dave.
7
by: Seth | last post by:
I have noticed that the id of my session object changes when I switch from a non-secure to a secure connection. What I'm trying to do: I have a cookie that is built on the non-secure side of...
5
by: Joe | last post by:
I have an application which runs in a non-secure environment. I also have an application that runs in a secure environment (both on the same machine). Is there any way to share the session data for...
40
by: Robert Seacord | last post by:
The CERT/CC has released a beta version of a secure integer library for the C Programming Language. The library is available for download from the CERT/CC Secure Coding Initiative web page at:...
7
by: Robert Seacord | last post by:
The CERT/CC has just deployed a new web site dedicated to developing secure coding standards for the C programming language, C++, and eventually other programming language. We have already...
0
by: amitvps | last post by:
Secure Socket Layer is very important and useful for any web application but it brings some problems too with itself. Handling navigation between secure and non-secure pages is one of the cumbersome...
1
by: bhavane | last post by:
what are the different datatypes avaliable in SQL 2005 and what is the differance between them?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
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
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.