<%@ Page language="c#" Codebehind="Ftp.aspx.cs" AutoEventWireup="false" Inherits="Ftp.WebForm1" %>
FTP on the Web. This sample demonstrates the use of the
PowerTCP FTP Control in the .NET environment. Log in to your ftp server and
download a file which will be displayed in a text box. For this reason, it will
work better if an ASCII file is chosen.
View ASPX Page Source.
View Codebehind (.cs) Source.