Re: File Transfer

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Nick Malik (nickmalik_at_hotmail.nospam.com)
Date: 07/10/04


Date: Sat, 10 Jul 2004 16:27:34 GMT

Why?
http://www.programmersheaven.com/zone28/cat1167/

There's components that do this for you (see above link).

You will need to have a server and a client. Two bodies of code. The
client will contact the server and will ask for a file to be sent or to
receive a file. After some handshake, the file can be broken into segments
and transmitted.

FTP is based on this, but the FTP protocol suffers from some very serious
security problems.

Secure FTP handshakes using Secure Sockets Layer, which allows data to
transfer far more securely. The Secure Shell protocol (SSH), with it's many
implementations on both Unix and Windows, also solves this problem (in a
different way).

This is an awfully big task for a newbie. I'd suggest you start with
something a little less frustrating, that hasn't already been done about two
dozen times.

If you want to go ahead, google some of these keywords and look for
developer resources.
Socket Programming
File Transfer Protocol
Secure Shell

Hope this helps,
--- Nick

"Papanii" <papanii@somuah.com> wrote in message
news:%23BvmiVdZEHA.2016@TK2MSFTNGP09.phx.gbl...
> Hi Guys,
> I am a newbie to the whole dot net framework and need a few
> pointers. I want to create an file transfer program (i.e form PC to PC)
but
> i don't know where to start. Can anyone point me to the right resources?
> Thanx..
>
> --Papanii
>
>



Relevant Pages

  • Re: Secure file transfers
    ... A customer will call in with a issue and I'll request they send me log ... as most users do not have pgp or a secure ftp client (mostly windows ... I believe one can set up a Apache server with SSL to PHP and have the ...
    (freebsd-questions)
  • Re: Socket Server with Encryption help
    ... do you know that .NET 2.0 has support for secure channels and the NTLM, ... write some encryption process. ... Client connects into Server and Server accepts the connection. ...
    (microsoft.public.dotnet.security)
  • RE: [fw-wiz] Issues opeing firewall for SSH/SecureFTP?
    ... The May 2004 issue of sysadmin mag had an article on "secure file transfer ... >> served by a VPN directly to that server with a stack ...
    (Firewall-Wizards)
  • Re: Windows SSH Secure Shell
    ... This client has now asked us to use Windows SSH Secure Shell ... made to a new server, you are asked to confirm that you're sure about ... IMAP port, to high ports on the localhost, letting me reach my email ...
    (microsoft.public.windows.server.sbs)
  • Re: IsInRole always return fasle on secure remoting call (Framework 2.0)
    ... I doing remoting calls over a TCP channel set to "SECURE", ... means that on the server side the ... information about the client, and it cannot impersonate the client. ...
    (microsoft.public.dotnet.distributed_apps)