|
Answer» Hi,
I'm trying to CONNECT to unix machine and tranfer(FTP) some FILES from my local to somewhere in unix machine. Can you please advice..
Unix machine name : uwsst10 path : /usr/local/files/
I don't want to enter the path everytime after I connected to unix machine to FTP the files. I just wanted to encode the same path in my batch script so it will automatically change the path after we connected to unix machine.
I have code LIKE this.
e: cd GPS_TEST\Tags\RPT1.txt ftp uwsst10
After we enter the USERNAME and password it should automatically change the path to "/usr/local/files/" and then FTP the files for us..
|