Hi, I have a problem trying to ftp from a legacy server due to the server's naming conventions. I can connect ok and pull back the file, but once inside BizTalk it then (I think) attempts to parse the file as a folder rather than a file and falls over. The naming convention for inbound files is filename/ext rather than the usual filename.ext and I think it's the "/" that's confusing matters. This isn't normally an issue because you can normally define a destination name using conventional ftp. Now, my C# isn't that hot (yet) so I'm trying to build a pipeline component to change the file somehow but am struggling. Can anyone give me any pointers on either another way around this problem or on the best way to alter the filename so that BizTalk can understand it as a file? Any help would be greatly appreciated! Neil.