January 5, 2012 at 7:18 pm
I am using a ftp task to trasnfer files.
When i am configuring it, it says wrong credentials,server name or port name.
After that i tried to ping the server name in command prompt, it was working fine,
I also double checked the username and password as well.
Any clue what can be wrong?
thanks
January 6, 2012 at 5:31 am
What protocol are you using?
FTP or SFTP? FTP task does not support SFTP
Raunak J
January 6, 2012 at 5:42 am
Did you try this :
telnet your_ft_server 22
?
(22 = default port used for ftp.)
Ping and ftp use different port numbers.
Maybe your network administrator has to open something so that you can reach your ftp server.
January 6, 2012 at 1:21 pm
I am new to using FTP in ssis.
Can you please explain what you meant when you say:
telnet your_ft_server 22
?
Thanks
January 6, 2012 at 1:23 pm
Isnt the default port for ftp is 21. Thats what comes up when we start to configure the ftp task in ssis.
January 8, 2012 at 9:32 am
Hope you must have figured a solution for the issue
Raunak J
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply