Ftp task in ssis

  • 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

  • What protocol are you using?

    FTP or SFTP? FTP task does not support SFTP

    Raunak J

  • 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.

  • I am new to using FTP in ssis.

    Can you please explain what you meant when you say:

    telnet your_ft_server 22

    ?

    Thanks

  • Isnt the default port for ftp is 21. Thats what comes up when we start to configure the ftp task in ssis.

  • 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