On 24 Oct 2006 03:39:36 -0700, "mile" <v.miroslav@[EMAIL PROTECTED]
> wrote:
>could someone explain how to invoke FTP commands Before Get/After Get
>on FTP adapter. All commands that I try to invoke resulted with Event
>Log error record. I try to get a list of files in FTP directory to a
>local maschine, for example to "c:\temp\ftp_filelist.txt"
The commands you should put in those fields are FTP commands, which
are described in the RFC for FTP. For instance, when you usually use
FRP, you can "cd directory" in order to change the working directory
to "directory". But in the command for the FTP adapter, whis would
have to be CWD directory. The FTP protocol commands are different from
the commands that the FTP clients let you use.
Could that be it? You are sending commands that you believe are valid
FTP commands, but they aren't?
--
eliasen, representing himself and not the company he works for.
Private blog: http://blog.eliasen.dk
Private email: jan@[EMAIL PROTECTED]


|