473,383 Members | 1,837 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

FTP Client via http proxy over SSL?

Hi,

I was using the FtpWebRequest class in .NET 2.0 for an FTP transport over
SSL. It is working well, however the new requirement for my application is
to tranfer files via an HTTP proxy. The FtpWebRequest class supports such a
proxy, however, the documentation states that the FTP client can only
download files and list directories (so the transfer is read-only). The
problem is that the application is transferring files both ways - to and
from a designated FTP server. I need uploading, renaming and deleting.

Several free FTP clients in C# can be found on codeproject, codeguru, etc.
None of them seems to support both the SSL and HTTP proxy. Have you heard
about any such a client?

I also thought about writing such a client myself as a C# class wrapper for
some library. I considered two libraries:
1. neon (www.webdav.org/neon),
2. wininet.dll.

Neon is a free GNU licensed library... I am not sure if I can use this
library in a commercial application. The library has the HTTP proxy and SSL
support built in.

Wininet? Well... this is a part of Windows, it seems to work... it is
already on every machine, so no additional dlls have to be added to a
distribution of a program - this is an asset. It supports HTTP proxy, it
seems to support SSL, however I am not sure if the SSL can be used in the
FTP context, and I am not sure if the FTP through the HTTP proxy can upload
files.

Could you recommend me anything?

Sep 18 '06 #1
2 9362
Hi,

The latest version of Xceed FTP for .NET supports SSL and HTTP proxy.

$299. Also includes built-in Zip, Tar, GZip and AES.

http://www.xceedsoft.com/products/FtpNet

The trial version will let you determine within minutes if it does
what you need or not. Our support team is there in case you have any
questions - even as a trial user.

On Mon, 18 Sep 2006 10:57:05 +0200, "master" <ma****@master.com>
wrote:
>Hi,

I was using the FtpWebRequest class in .NET 2.0 for an FTP transport over
SSL. It is working well, however the new requirement for my application is
to tranfer files via an HTTP proxy. The FtpWebRequest class supports such a
proxy, however, the documentation states that the FTP client can only
download files and list directories (so the transfer is read-only). The
problem is that the application is transferring files both ways - to and
from a designated FTP server. I need uploading, renaming and deleting.

Several free FTP clients in C# can be found on codeproject, codeguru, etc.
None of them seems to support both the SSL and HTTP proxy. Have you heard
about any such a client?

I also thought about writing such a client myself as a C# class wrapper for
some library. I considered two libraries:
1. neon (www.webdav.org/neon),
2. wininet.dll.

Neon is a free GNU licensed library... I am not sure if I can use this
library in a commercial application. The library has the HTTP proxy and SSL
support built in.

Wininet? Well... this is a part of Windows, it seems to work... it is
already on every machine, so no additional dlls have to be added to a
distribution of a program - this is an asset. It supports HTTP proxy, it
seems to support SSL, however I am not sure if the SSL can be used in the
FTP context, and I am not sure if the FTP through the HTTP proxy can upload
files.

Could you recommend me anything?
--
Alex Leblanc
Xceed Software Inc.
Sep 18 '06 #2
The latest version of Xceed FTP for .NET supports SSL and HTTP proxy.
$299. Also includes built-in Zip, Tar, GZip and AES.
Hi, I hoped to find a free solution, but I will get the trial and chceck
what it is capable of.

Thanks anyway,

DW.

Sep 19 '06 #3

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

Similar topics

5
by: yoda | last post by:
I've recently configured my network such that I use squid as a http proxy. I'd now like to be able to use setuptools and ez_setup via this proxy. Is this possible? If so, how do I do it? The...
3
by: Thomas Miller | last post by:
Is there ANY way for a windows app to consume a web service by going through a SOCKS proxy? This is a MUST for me because the windows app I am building will be deployed to many corporate clients...
0
by: Xavier - www.andeol.com | last post by:
Hi, My first post on this newsgroup as I have a very strange problem with a WSE client trying to access a .NET WS through a secured HTTP Proxy : it is woking with HTTPS but not with HTTP ?! I am...
0
by: Fred Pacquier | last post by:
Hello, I would be grateful if someone could point me to an existing and working http proxy implementation that satisfies the following requirements : - as small and simple as possible, ideally...
2
by: chris | last post by:
Hi, I am trying to upload files on FTP and used the code below: Dim request As FtpWebRequest request = WebRequest.Create("ftp://ftp...../test.txt") request.Method =...
2
by: Robin Haswell | last post by:
Hey there Soon we will have many squid proxies on many seperate connections for use by our services. I want to make them available to users via a single HTTP proxy - however, I want fine-grained...
10
by: =?ISO-8859-1?Q?BJ=F6rn_Lindqvist?= | last post by:
I want to use Python to connect to a SSH account over a HTTP proxy to automate some operations. I thought paramiko would be able to do that, but it can not (it seems). Is there some other Python...
0
by: Dan Lenski | last post by:
Hi all, I've recently written an HTTP proxy server for the Motorola E815 cell phone, based on Suzuki Hisao's "Tiny HTTP Proxy" (http:// www.okisoft.co.jp/esc/python/proxy/). This cell phone...
0
by: Premalatha | last post by:
Hi, I want to implement FTP over HTTP proxy. Is there any free open source code in 'C' for FTP proxy ? or Open source code in 'C' for HTTP <-> FTP Conversion . Also suggest me the useful...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.