Version: 4.5.0.0
Easily add comprehensive, secure FTP to any .NET application or service.

Implementing an FTP Web Service

Problem:

The developer is faced with the challenge of creating a web service which will retrieve a file from an FTP server when a client requests it. The application must:

  • Expose methods that consumer clients can interface with
  • Retrieve a specified file from a specified server
  • Utilizes methods optimized for use in environments lacking a UI
  • Send the file to the consumer over a network
  • Provide a service that is easy to update in a centralized location
 

Solution:

With the PowerTCP FTP component, applications can perform all these tasks and more. The FTP Web Service sample demonstrates how to implement FTP functionality within a web service.

C# and VB.NET versions of this sample are included in the PowerTCP FTP for .NET installation. To dowload this sample with additional product-specific samples and documentation, see the following:

PowerTCP FTP for .NET

See all samples for PowerTCP FTP for .NET