Jump to content

Mimiko

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Hi there, we're trying to use TIcsFtpMulti to upload and download files from several FTP servers. All's working well except when using file paths starting with \\?\ (for use with devices that have no drive letter and no label assigned). Some methods check for Pos('?', someVar) > 0 to raise an error. Could this possibly be extended to ((Pos('?, someVar) > 0) and (Copy(someVar, 1, 4) <> '\\?\')) as a workaround? I'm just wondering that nobody else's got there already. We're using V 9.3 from GetIt Package Manager (D12) - OverbyteIcsFtpMulti is still V 9.1. TIA Michael
×