Hi,
I tried to open a ftp file using following script but never got a success, please help
Also I have tried this one:
Not luck either....
Thanks...
I tried to open a ftp file using following script but never got a success, please help
Code: Select all
UltraEdit.open("FTP::username:[email protected]\\\\/dir1/dir2/dir3/interface|interface.cfg");
Code: Select all
UltraEdit.open("FTP::username:password@ftp://mysite\\/dir1/dir2/dir3/interface/interface.cfg");
Thanks...