FTP Vuser Functions (FTP)

FTP Vuser functions record activity to and from an ftp server. Each FTP function begins with an ftp prefix.

Click one of the following functions for more information:

Function Name
Description
Deletes a file from an FTP server.
Deletes a file from an FTP server for a specific session.
Runs the dir command on the FTP server.
Runs the dir command on the FTP server for a specific session.
Gets a file from an FTP server.
Gets a file from an FTP server for a specific session.
Gets the duration and received byte count of the last ftp_get call.
Gets the duration and received byte count of the last ftp_get call in the session.
Retrieves the last error received from the FTP server.
Retrieves the ID of the last error that was received from the FTP server.
Returns the duration of the most recent connection creation.
Returns the duration of the most recent connection creation for a specific session.
Returns the net file transfer time.
Returns the net file transfer time for the specific session.
Performs a logon to an FTP server.
Performs a logon to an FTP server for a specific session.
Performs a logout from an FTP server.
Performs a logout from an FTP server for a specific session.
Creates a directory on the FTP server machine.
Creates a directory on the FTP server machine for a specific session.
Puts a file on an FTP server.
Puts a file on an FTP server for a specific session.
Renames a file or directory on the FTP server machine.
Renames a file or directory on the FTP server machine for a specific session.
Deletes a directory on the FTP server machine.
Deletes a directory on the FTP server machine for a specific session.
Sets options for an FTP session.