Hi,
I need to signon to a server that also has a proxy, I do not understand the full construction of the statement. I am hoping someone could guide me through the follwoing example:
Let take the FTPGetList command:
FTPGetList>Server,Username,Password,Port,Local_File,Host_File_spec,type)
Lets say:
Local_File=C:\temp\import.txt
Host_File_spec=*.*
type=L
The Logon sample is as follows:
ftp> open ftp-edi.pubnet.org
Connected to ftp-edi.pubnet.org.
220-Proxy first requires authentication
220 fw2.md.geis.com FTP proxy (Version 3.2) ready.
User (ftp-edi.pubnet.org:(none)): pn99
[Enter your ftp id, provided by Pubnet]
331 Enter authentication password for pn99
Password: pn99pwd
[Enter your ftp password, provided by Pubnet]
230 User authenticated to proxy
ftp> user "[email protected] 10259" PASSWORD
[Replace 7999999 with your mailbox id and PASSWORD with your mailbox password]
331-(----GATEWAY CONNECTED TO edi.pubnet.org----)
331-(220 Enterprise FTP server (Version 1.0.0 Nov. 5, 1996))
331 Password required for 7999999
230-Signon to mailbox 7999999 successful.
230 Using ASCII mode to transfer files.
Using the information above, how do I configure the FTPGetDirList?
Thanks
Glen