The most recent content from our members.
Hi, I am new to Solarwinds, and got task to create an application to upload files to SolarWind Webclient ftp server. I tried the following code in C# Code FtpWebRequest request = (FtpWebRequest)WebRequest.Create(ftpPath+"/"+ fileName); request.Method = WebRequestMethods.Ftp.UploadFile; // This example assumes the FTP site…
It looks like you're new here. Sign in or register to get started.