If we are accessing a external FTP Server via a FTP Proxy Server, I came across the following procedures
1) Connect to the FTP Proxy Server (#FTP myFTPproxy:8089)
2) Instead of the user name, provide like USER user@externalFTPserver:port (#USER
siva@myFTPserver.com:21)
Is this syntax specific to Proxy Server or a common standard?