Getting “Invalid URL” when uploading file using FtpWebRequest
问题 We have an OpenVMS (VMS) Alpha server which I need to access in order for me to transfer a file via FTP. The problem is that it does not support the command used in FtpWebRequest when initiating the connection (ftp://192.168.xx.xx), is there any other FTP function that I may used aside from FtpWebRequest? I've been using my code on Windows and Unix environment before but this is my first time to do it on a VMS OS, I can also access the server via FTP using the command prompt. Below is my code