Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Open PuTTY Secure FTP using batch
Name: remgu Date: November 25, 2008 at 12:53:46 Pacific OS: XP CPU/Ram: 4gb
Comment:
I have a batch file that automatically FTPs some files from our servers using the regular Windows command environment(cmd.exe)and it worked great until our Security folks decided to require secure ftp. Now We have to use the PuTTY Secure FTP client (psftp.exe) to FTP these files. The problem is that when I call the program from the batch file, Window's cmd.exe is what gets started and not psftp.exe itself.
In other words when I open psftp.exe manually the app window shows "C:\psftp.exe" so I can FTP just fine but as soon as I try to open the app using the batch file, the app window shows "C:\WINDOW\system32\cmd.exe" and I can't FTP securely. Does anyone knwo how to call the application and actualy invoke it instead of the Window's cmd.exe?
Summary: Hi, I need help on how to write a script using batch to search for a particular file ext ie *.mp3 or *.jpg and save the particular file on a new created folder? ...
Summary: Hi, From a folder i should print all the filenames with its directory name only once. how I can it using batch script. say these are file names: D:\Ant\latest\Updated2\html.txt D:\Ant\latest\Update...
Summary: Hi, I have to rename all the files in a particular folder using Batch programming. I am able to rename it only one file and the other files gets ignored. Could some one help me with the code ? FOR...