FTP Transfer

  • Thread starter Thread starter Roger
  • Start date Start date
R

Roger

Anyone know of way to perform safe FTP transfer without enduser knowing it's
happening?
 
Not sure if you are looking for the code for automated FTP transfer OR asking
if there is a way to code FTP transfer without altering fireall settings etc
at end user

If looking for code, this sample should help
http://www.csharphelp.com/archives/archive9.html
You will be able to just copy that code to a CS class and it would work. I
have!

This code uses port 21 by default. You may assign a different port from the
client code. At the end user location this port should be open.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top