Dart.Ftp 名前空間 > Ftp クラス : Send メソッド |
Response response = ftp1.Send("START processA"); textBox1.Text = response.Command + ": " + response.Text;
Dim response As Response = ftp1.Send("START processA") textBox1.Text = response.Command + ": " + response.Text