[mule-transport-sftp-dev] [mule-jira] Commented: (SFTP-8) Setting a custom port number on the SftpConnector

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown [mule-transport-sftp-dev] [mule-jira] Commented: (SFTP-8) Setting a custom port number on the SftpConnector

by JIRA no-reply@mulesource.com :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message



    [ http://www.mulesource.org/jira/browse/SFTP-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32220#action_32220 ]

Lennart HÀggkvist commented on SFTP-8:
--------------------------------------

I added a test case for this with the following configuration:
                <sftp:inbound-endpoint
                        user="user42"
                        password="passw0rd"
                        path="data"
                        port="4243"
                        host="foobar-host"
                        pollingFrequency="500"
                        name="inboundEndpoint1"/>

The URI was the same as this one:
                <sftp:inbound-endpoint
                        address="sftp://user42:passw0rd@foobar-host:4243/data"
                        name="inboundEndpoint2"/>

So I think we can close this issue?

> Setting a custom port number on the SftpConnector
> -------------------------------------------------
>
>                 Key: SFTP-8
>                 URL: http://www.mulesource.org/jira/browse/SFTP-8
>             Project: SFTP Transport Project
>          Issue Type: Patch submission
>          Components: Code
>            Reporter: Magne Rodem
>            Priority: Minor
>         Attachments: SftpConnector.java.patch.txt
>
>
> It seems that the SftpConnector only supports connections on port 22. It would be nice to be able to specify a custom port number in the Mule config file.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mulesource.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://admin.muleforge.org/manage_email



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MuleForge Dev" group.
To post to this group, send email to muleforgedev@...
To unsubscribe from this group, send email to muleforgedev+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/muleforgedev?hl=en
-~----------~----~----~----~------~----~------~--~---