ShowFileTransferDialog Method
Opens the File Transfer dialog box.
This example opens the Transfer dialog box after the session connects.
To run this sample, copy this code to the IbmTerminal code window.
Private Sub IbmTerminal_AfterConnect(ByVal sender As Variant)
ThisIbmTerminal.FileTransfer.ShowFileTransferDialog
End Sub