FTP connection

Hi
Im working on ftp. how to use change directory(cd and cdls)

I getting error like this
com.wm.app.b2b.server.ServiceException:
550 CWD command failed.

I used this directory .Is this correct way ?
“E:\webMethods6\IntegrationServer\packages\Examples1\ns\xml\usingFtp”: I got directory not found.

Are you trying to cd to the service to be invoked via FTP?

You would not include the drive name, nor the path leading to the IS installation directory. To invoke the service you listed above:

cd \ns\Examples1\xml\usingFtp

You may find the Flat File Schema Developer’s Guide to be helpful. Champter 4 describes invoking services via FTP.