Reference Manual

NAME

ftp - interact with an FTP server
SYNOPSIS
ftp get|put src_file dst_file host usercode password
DESCRIPTION
Command ftp executes an FTP get or put operation via the Windows wininet API. For the get operation, the specified src_file will be downloaded and saved as dst_file. For the put operation, the specified src_file will be uploaded as dst_file. Be sure to use appropriate filename syntax for the client and server file systems. The specified usercode and password will be used for authentication.
SEE ALSO
url, web
Edit this page