Home Page › Forums › BizTalk 2004 – BizTalk 2010 › FTP commands failed in \"Before get\" field › FTP commands failed in \"Before get\" field
June 27, 2006 at 8:30 AM
#14927
[quote:736f85e83e=\”greg.forsythe\”]You need to use raw FTP commands.
[url]http://www.w3.org/Protocols/rfc959/4_FileTransfer.html[/url]
The commands you are using are interpreted by the Windows ftp client application and the data port is also handled by the ftp client. The concept of a local directory is specific to the ftp client.
The FTP adapter cannot copy and save files to a local directory[/quote:736f85e83e]
Thanks, I’m gonna try this and tell you the result.