프로젝트 편집창에 FTP Explorer 기능 추가
This commit is contained in:
@@ -209,6 +209,18 @@ namespace FPJ0000
|
||||
btwEdit.PerformClick();
|
||||
}
|
||||
|
||||
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
if (tbPath.Text == "") tbPath.Text = "/" + tbIdx.Text;
|
||||
var f = new FCOMMON.fFTPExplorer(nameTextBox.Text, tbPath.Text,
|
||||
FCOMMON.info.ftp_ip,
|
||||
FCOMMON.info.ftp_id,
|
||||
FCOMMON.info.ftp_pw,
|
||||
FCOMMON.info.ftp_port,
|
||||
FCOMMON.info.ftp_passive);
|
||||
f.ShowDialog();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user