FTP Implementation

S Abijith 386 Reputation points
2021-04-23T07:40:24.43+00:00

Hi All,
We have a WPF application built on .Net Framework 4.6.1. This application connects to various devices to upload or download configuration files. We are trying to transfer a configuration file on to a specific device using FTP protocol.
Can anyone please suggest the best way to handle this.

Any help would be appreciated!!
Thank you.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,770 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,913 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,851 Reputation points
    2021-04-25T10:24:34.277+00:00

    Take a look at the FTPWebRequest and FTPWebResponse class

    https://learn.microsoft.com/en-us/dotnet/framework/network-programming/ftp


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.