
04-02-2003, 11:36 PM
|
Newcomer
|
|
Join Date: Apr 2003
Location: Los Angeles, CA
Posts: 1
|
|
FtpGetFile Extd Err
I use a very typical sample VB program downloaded from website using FTP WinInet APIs (but not Microsoft Inet control, for Inet control can not transfer the Ascii text file by executing "GET" command, only the binary) transfer files from/to remote mainframe server.
And I am stuck with this function: FtpGetFile for the following error messages: (this function always return false)
rcd Extd Err: 0 550 CWD cmd failed: EDC5129I No such file or directory.
then:
FtpGetFile Err: 0 200 Representation type is Ascii NonPrint
227 Entering Passive Mode(159,83,73,4,7,223)
501 command aborted --FTP server not configured for SIZE
550 Name length error for pathname 01 1 15 VB 255 6233 PS SYSTC.MYTEST.DATA
I am wondering if I need to figure out the configuration in our FTP server for the file SIZE particularly, for each listed file in the remote server, I don't see the size being specified, except the file name, file type, date modified, size column always show blank, is this cause the problem?
Thank you for any input!
|
|