I am using the trial version of the FTP? Is there any restrictions on download files using GetList(). I connect to the FTP site but GetList() always has a 0 count.

asked 25 Jun '10, 20:44

Don%201's gravatar image

Don 1
16
accept rate: 0%

edited 10 Aug '10, 13:00

Rebex%20KB's gravatar image

Rebex KB ♦♦
256312


The problem with FTP listings is that there is no official standard for their format. Listing entries that use a format not supported by Rebex FTP are ignored, which is probably what happened.

Are you able to retrieve a list of files using the GetRawList() method instead of GetList()?

If you are, please mail us some sample output (or edit your question to include it) - that would make it possible for us to add support for this format to the next release of Rebex FTP.

link

answered 28 Jun '10, 09:27

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
×12

Asked: 25 Jun '10, 20:44

Seen: 259 times

Last updated: 23 Mar '11, 05:22