SftpClient, ability to set ClientIpAddress
Aperta
@olegkap ci sta già lavorando.
Dal 20/12/2016.
- Lingua principale
- C#
- Stelle
- 4.4k
- Fork
- 993
- Merge medio
- 9g 21h
- PR unite (30g)
- 1
Descrizione
If you use the SftpClient on for example a webserver with multiple IP addresses, we need to be able to set which IP-address to connect from.
var ftp = new SftpClient(new ConnectionInfo(and, so, on, and_on));
ftp.ClientIpAddress = "external_ip_address_here";
ftp.Connect();
This would help us connect to SFTP-servers with limited IP-access.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.