FTPS_Explicit with port 54321_ Connection Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2013 04:01 AM - edited 03-01-2019 09:04 AM
Hi Techies,
Tidal Version: 5.3.1
Master server type: Unix
I am trying to create FTPS job setup for one of our vendor. The connection should be FTPS explicit via port: 54321. I guess there is no option in our tidal job setup for this type of connection. So I have manully coded as below in "command parameters" filed in our tidal job:
ftps
"open ftps.ABCD.com,prompt,binary,mput E:\Data\ABCD\*.txt,close,quit"
"UserID"
Password
-e:on -ports:20-54321 -a -z
But I am not able to connect to the ftps site. I have checked with the vendor and they have already added our IP to their white list, this confirms that there is no firewall issue. Note: I can able to connect to the vendor site through Filezilla tool with no issues.
Please help in this and I have to establish this connection ASAP.
Regards,
Thamil
- Labels:
-
Cisco Workload Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2013 04:33 AM
Did you try to specify the port after the host machine name like ftps.ABCD.com:54321 in the Run tab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2013 04:37 AM
Yes I tried, But it ends with the error "Unknow host or host not vallid"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2013 05:05 AM
You might try to enter pasv in the FTP tab for Quote
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2013 05:14 AM
Thanks for your help in this:-)
Can you help me on how to include the pasv in my above scirpt?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2013 05:30 AM
Haven't done it in a script but I would think that after the password line you insert another line quote pasv
