Esempio n. 1
0
        private void m_btnRemoteDateTime_Click(object sender, System.Windows.RoutedEventArgs e)
        {
            if (m_sLastFile.Length == 0)
            {
                return;
            }

            RscFtpClientCommand cmd;

            cmd = RscFtpClientCommand.GetLastModifiedFileDateTime(m_sLastFile);

            _Log("21", cmd.ToString());

            m_ftpc.SendCommandToServer(cmd);
        }