mladd
Programmer
- Apr 12, 2006
- 46
I'm having a problem, which seems to be relatively easy, based on some previous posts. I am simply trying to get a directory listing from an FTP site. The command line I am using in my input card is:
-A -T -URL FTP://ac_tms:*******@HOST/Inbound/;type=d
I was hoping to simply pass the list to an output card, then fire a run map to process the files based on a naming convention. But I am getting a source not available error in the map log.
Below is the ftp trace result:
<snip>...
Options used: audit,trace,name,url
URL FTP://ac_tms:********@HOST/Inbound/;type=d will be used.
Sockets Client ID 11 enabled.
Using ftp: protocol.
Server host is 'HOST'.
Using port '21' for the connection.
Connecting to 'HOST'.
Socket Opened.
WSAConnect: Operation has timed out.
No connection.
Socket Closed.
Connection closed.
...<snip>
Does anyone have any ideas as to what the problem could be?
-A -T -URL FTP://ac_tms:*******@HOST/Inbound/;type=d
I was hoping to simply pass the list to an output card, then fire a run map to process the files based on a naming convention. But I am getting a source not available error in the map log.
Below is the ftp trace result:
<snip>...
Options used: audit,trace,name,url
URL FTP://ac_tms:********@HOST/Inbound/;type=d will be used.
Sockets Client ID 11 enabled.
Using ftp: protocol.
Server host is 'HOST'.
Using port '21' for the connection.
Connecting to 'HOST'.
Socket Opened.
WSAConnect: Operation has timed out.
No connection.
Socket Closed.
Connection closed.
...<snip>
Does anyone have any ideas as to what the problem could be?