SPARK Documentation

Module Name: SPARK (spark.net.ftp)
Organization(s): SRI International
Generated On: 02 Aug 2006 11:37AM

Listing for module spark.net.ftp

This is auto-generated documentation.

Contents:

Actions

ftpCD $ftp $path
change the path
ftpClose $ftp
close the ftp connection.
ftpCreate $host $user $pass $ftp
create a FTP object
ftpCreateAnon $host $ftp
create a FTP object with user='anonymous' and password='password'.
ftpDelete $ftp $filename
Remove $filename from the server.
ftpDir $ftp
returns the list of files in the ftp server.
ftpGet $ftp $remote $local
get a remote file and copies it to the local machine
ftpPut $ftp $local
puts a local file to the remote machine