jascam / CodePlexFoo

0 stars 0 forks source link

CS FTP DOWNLOAD #323

Open jascam opened 6 years ago

jascam commented 6 years ago

I've just made a modification to FTPClientManager.cs :: bool VerifyDirectoryExist(Uri url)   switch (response.StatusCode) { case FtpStatusCode.OpeningData: case FtpStatusCode.DataAlreadyOpen: return true;

  default: return false; }

  instead of // return response.StatusCode == FtpStatusCode.DataAlreadyOpen;

  because my FTP server returns FtpStatusCode.OpeningData.

Migrated CodePlex Work Item Details

CodePlex Work Item ID: '8916' Vote count: '1'

jascam commented 6 years ago

Hello Pierre63,

Thank you for using our code sample request service.

I'd like to confirm with you my understanding of the sample request: On the basis of your description,You has some questions about our sample code. I have contact with our project engineer. He give me a useful information about this sample is run under IIS FTP7.5, So it has different setting with the different environment. If you have enough information about this sample,thank you for contact with us with this code sample request service.

Thanks All-In-One Code Framework http://1code.codeplex.com

This comment was posted by orichisonic on 6/1/2011

jascam commented 6 years ago

This comment was posted by on 2/21/2013

jascam commented 6 years ago

Whenever I try to log in to my ftp it appends the url to the username and this is not accepted by the host. I've tried to find how to correct this but it escapes me. Can anyone offer any help? Thanks Bob

This comment was posted by forexbob on 5/27/2013