Re: ListDir into raw text string ? (General questions)
Dave,
When you call ListDir Method you have two option to get files:
1. Thru ListItems event. ListItems event will fired containing all the file listed by the server and you can access it using Fileinfo
2.You can use DirItems property to access parsed collection of items from listed directory.
This is how wodFtpDLX.NET works.
Drazen
Complete thread:
- ListDir into raw text string ? - dtw01, 2006-09-27, 18:16
- Re: ListDir into raw text string ? - wodDrazen, 2006-09-27, 20:15
- Re: ListDir into raw text string ? - dtw01, 2006-09-27, 20:35
- Re: ListDir into raw text string ? - dtw01, 2006-09-27, 20:42
- Re: ListDir into raw text string ? - wodDrazen, 2006-09-27, 21:33
- Re: ListDir into raw text string ? - wodDrazen, 2006-09-27, 21:47
- Re: ListDir into raw text string ? - dtw01, 2006-09-27, 22:13
- Re: ListDir into raw text string ? - wodDrazen, 2006-09-27, 21:47
- Re: ListDir into raw text string ? - wodDrazen, 2006-09-27, 21:33
- Re: ListDir into raw text string ? - dtw01, 2006-09-27, 20:42
- Re: ListDir into raw text string ? - dtw01, 2006-09-27, 20:35
- Re: ListDir into raw text string ? - wodDrazen, 2006-09-27, 20:15