Re: Blocking and ListDir or ListNames (General questions)
I requested the new version which is version 1.1.0.26. If i use my sftp client i can see all the files i am looking for. If i get the files and look at the remote files, it skips the last one.
[code]
static void FtpLoopItemsEvent(object sender, FtpLoopArgs args)
{
if (args.RemoteFile.EndsWith( .txt ))
{
Console.WriteLine(args.RemoteFile);
}
}
[/code]
Complete thread:
- Blocking and ListDir or ListNames - nhird, 2006-06-08, 15:23
- Re: Blocking and ListDir or ListNames - wodAlan, 2006-06-08, 15:37
- Re: Blocking and ListDir or ListNames - nhird, 2006-06-08, 16:46
- Re: Blocking and ListDir or ListNames - wodAlan, 2006-06-08, 17:02
- Re: Blocking and ListDir or ListNames - nhird, 2006-06-08, 17:25
- Re: Blocking and ListDir or ListNames - wodAlan, 2006-06-08, 18:04
- Re: Blocking and ListDir or ListNames - wodDrazen, 2006-06-08, 18:47
- Re: Blocking and ListDir or ListNames - nhird, 2006-06-08, 19:16
- Re: Blocking and ListDir or ListNames - wodDrazen, 2006-06-08, 18:47
- Re: Blocking and ListDir or ListNames - wodAlan, 2006-06-08, 18:04
- Re: Blocking and ListDir or ListNames - nhird, 2006-06-08, 17:25
- Re: Blocking and ListDir or ListNames - wodAlan, 2006-06-08, 17:02
- Re: Blocking and ListDir or ListNames - nhird, 2006-06-08, 16:46
- Re: Blocking and ListDir or ListNames - wodAlan, 2006-06-08, 15:37