Hi,
I'm using the Rebex.dll to connect via FTP to an IBM Server.
After the established connection I try to list the files from home, but I get the following error: 550 LIST command failed - popen error: EDC5112I Resource temporarily unavailable.
Here the log:
220-TCMFTP00 IBM FTP CS V1R10 at X.X.INTERN, 17:09:58 on 2010-05-17.
220 Connection will close if idle for more than 20 minutes.
331 Send password please.
230 user is logged on. Working directory is "user.".
211- Extensions supported
SIZE
MDTM
REST STREAM
UTF8
LANG en*
211 End
501 command OPTS aborted -- no options supported for UTF8
Verbindung wurde hergestellt
250 HFS directory / is the current working directory
200 Representation type is Ascii NonPrint
227 Entering Passive Mode (7,200,101,1,74,250)
550 LIST command failed - popen error: EDC5112I Resource temporarily unavailable. (errno2=0x0B250012)
What can I do?
Peter