string fullFilePath = ("https://img.youtube.com/vi/" + LinkBox.Text.Substring(LinkBox.Text.LastIndexOf("=") + 1) + "/0.jpg");
BitmapImage bitmap = new BitmapImage();
bitmap.BeginInit();
bitmap.UriSource = new Uri(fullFilePath, UriKind.Absolute);
bitmap.EndInit();
MessageBox.Show("1");
CroppedBitmap chained = new CroppedBitmap(bitmap,
new Int32Rect(30, 0, (int)bitmap.Width, (int)bitmap.Height-200));
MessageBox.Show("2");
ImageBox.Source = chained;
.detach();
.join();
Разве что пришла мысль включить local_enable, и добавлять нужных юзеров в систему.
Но не будут ли они тогда иметь доступ к SSH :hmm:
Наверное нужно тестировать, и почитать еще про pure-ftpd