Hi,

We are currently investigating different C# FTP options that will integrate into a custom application. I'm hoping you can answer the following integration question:

Does FTP for .NET support concurrent FTP connections. To be more precise, does FTP for .NET support concurrent FTP connections to the same client from the same application/machine?

Thanks,

asked 29 Apr '10, 14:48

Jason%20Daviau's gravatar image

Jason Daviau
261
accept rate: 0%

edited 10 Aug '10, 13:30

Rebex%20KB's gravatar image

Rebex KB ♦♦
256312


With Rebex FTP, you can establish multiple concurrent FTP connections from the same application/machine/client to the same FTP server or to multiple different FTP servers.

Each Rebex.Net.Ftp object represents a single FTP connection and you can use many instances of these objects in your applications – it doesn't really matter whether they are connected to the same FTP server or difference FTP servers.

(Please note that some FTP servers are configured to only allow a certain number of connections from a single IP address - of course, any such limitation then applies to all FTP clients connecting to it, including Rebex FTP.)

link

answered 30 Apr '10, 11:55

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.2k18
accept rate: 32%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×136
×18

Asked: 29 Apr '10, 14:48

Seen: 817 times

Last updated: 10 Aug '10, 13:30