dm_ftp_server_out Subroutine

public subroutine dm_ftp_server_out(server, unit)

Prints FTP connection type to standard output or given file unit.

Arguments

Type IntentOptional Attributes Name
type(ftp_server_type), intent(inout) :: server

FTP server type.

integer, intent(in), optional :: unit

File unit.


Calls

proc~~dm_ftp_server_out~~CallsGraph proc~dm_ftp_server_out dm_ftp_server_out interface~dm_present dm_present proc~dm_ftp_server_out->interface~dm_present