mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 03:35:37 +02:00
fixing default ftp port
This commit is contained in:
parent
b92d2fcf4f
commit
3c1d75060f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class FTPConnectorServiceManager extends AbstractConnectorServiceManager
|
||||||
*/
|
*/
|
||||||
public IConnectorService createConnectorService(IHost host)
|
public IConnectorService createConnectorService(IHost host)
|
||||||
{
|
{
|
||||||
return new FTPConnectorService(host, 22);
|
return new FTPConnectorService(host, 21);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue