Bilder werden nun aufgebaut

This commit is contained in:
Husky
2018-07-08 17:30:17 +02:00
parent d01e8474ac
commit 95353ff2a4
3 changed files with 15 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ namespace SanSystem
try
{
FtpClient client = new FtpClient("192.168.1.2");
FtpClient client = new FtpClient("192.168.1.3");
client.Credentials = new System.Net.NetworkCredential("damian", "bodde05");
client.Connect();
//client.ListingParser = FtpParser.UnixAlt;