Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Thank you WinSCP

You are welcome.
MadsRG

Thank you WinSCP

I just had a problem getting files from an IBM FTP Server using default .NET WebClient. I think it was because the server didn't use slashes to separate folders, but appended the working directory to the filename like this: <working_directory>.filename. Hence I could not specify a path to the file, to pass on to WebClient, because without slashes I had an invalid URI. I needed to make an FTP Session to retrieve files. In other words, first login and then get file. I found your sample on how to use/call WinSCP through System.Diagnostics.Process, and I was up and running in a few hours. Thanks!

Mads R. Gunne