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…
We release our software out to servers on a weekly basis but the timing changes. I'd like to trigger the report from an API / webrequest. Has anyone figured out how to do this?
It looks like you're new here. Sign in or register to get started.