Re: FTPS using C# 2.0

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



ws_ftp pro with command line process excution is the way to go.

"Kaa" <Kaa@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:492223A7-6956-400C-88BC-D1240BADC97C@xxxxxxxxxxxxxxxx
I have a need to create a windows service that monitors some directories
waiting for new files to appear. When certain new files are detected, it
is
to FTPS them to another internal server for processing. Now, I know that
the
.NET framework version 2.0 has built-in classes to handle both FTP and
SSL.
I have written a quick-and-dirty little service that actually does FTP new
files appearing in the directory to another server. It works nicely.

What I can't seem to find online, however, is how to integrate SSL into
the
process.

I only need PUT; the rest of the FTP commands are superfluous for my
needs,
so I am trying to avoid 1) purchasing a third-party FTPS-capable package
(no
budget) or 2) acquiring some freeware code that does everything and is so
tightly integrated that I can't just cannibalize the pieces I need (not a
lot
of time).

My company is in the "Health Care" umbrella, so the reason for SSL is
because there might be information in the files that falls under HIPAA.
And,
even though the transfer is from one internal server to another, HIPAA
reigns
supreme. :)

Can anyone point me to a resource that explains how (or perhaps contains
examples) to integrate FtpWebxxx and the SslStream (and other related)
class(es)? I would greatly appreciate any help.


.



Relevant Pages

  • Re: FTPS using C# 2.0
    ... I have written a quick-and-dirty little service that actually does FTP new ... What I can't seem to find online, however, is how to integrate SSL into ... because there might be information in the files that falls under HIPAA. ... even though the transfer is from one internal server to another, ...
    (microsoft.public.dotnet.framework)
  • Re: FTPS using C# 2.0
    ... | I have written a quick-and-dirty little service that actually does FTP new ... | What I can't seem to find online, however, is how to integrate SSL into ... | because there might be information in the files that falls under HIPAA. ... | even though the transfer is from one internal server to another, ...
    (microsoft.public.dotnet.framework)
  • FTP over SSL (explicit enc) - command line
    ... that provides FTP over SSL (explicit encryption). ... but I need a command line tool ...
    (comp.security.ssh)
  • RE: FTP over SSL
    ... FTP over SSL is usually invoked with the command "ftps". ... FTP under SSL is not available under VMS. ... ProcessSoftware. ...
    (comp.os.vms)
  • Re: FTP PUT with Store Unique
    ... years ago but had totally forgotten - I appreciated that the STOU command is ... covers the point I want to make which is that the FTP client commands are ... An SUNIQUE command compatible ...
    (bit.listserv.ibm-main)