tn76
tn76
Here is my code VB.net : (Connection and SetWorkingDirectory are OK) Using ftpC As New FtpClient ftpC.Host = My.Resources.S88FtpIP ftpC.Port = CInt(My.Resources.S88FtpPort) ftpC.Credentials = New NetworkCredential(My.Resources.S88FtpUser, My.Resources.S88FtpPwd) ftpC.Connect() ftpC.SetWorkingDirectory(My.Resources.S88LogDirectory) ftpC.DownloadDirectory(My.Resources.LocalLogDirectory,...
Hello, This is a Stratus V Series ftServer 4400 System For your information `SetWorkingDirectory(%fra_tpo#m1_d03>env>tms>pgm>log)` and `GetListing(…)` are OK So I have managed a work around with those 2 functions The...
Here is the log file I have joined when I have opened the issue. Is it enough ? ``` # Connect() Status: Connecting to ***:21 Response: 220 4612tpo FTP server...