wodFtpDlx problems when listnames is invoked. (General questions)
Good day,
I'm trying to connect wodftpdlx with and as400 ftp server.
When I try to invoke the listnames with a path like /qdls/invoice/ I obtain the following error:
(40501) Specified object name too long, limit is 10 characters.
The responsable of the ftp server told me that I must send the command
QUOTE SITE NAMEFMT 1
to the ftp server before invoke the listnames.
He told me that QUOTE SITE NAMEFMT 1 is necessary to see the directory structure lika a normal ftp server.
How I can do this?
Thanks in advance.
Re: wodFtpDlx problems when listnames is invoked
Hi Andrea,
You can try to use wodFtpDLX RawSend Method to send command to server.
Here is example:
------------------------------
ftpdlx1.RawSend QUOTE SITE NAMEFMT 1 + vbCrLF
------------------------------
More help for RawSend Method you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~RawSend.html
Let us know how it goes.
Regards,
Drazen