G
Gregory Mamayek
Good Afternoon:
As silly as this sounds, this is my first time using a newsgroup.
My dilemma is that I don't have a computer science background, nor am I
a programmer. I would like to learn batch programming.
*I am looking for both a good reference for learning batch programming,
& an origin for the ensuing project:*
OBJECTIVE
Transfer 4 logs from Unix SVR to PC using TCP/IP. Then, from PC to
another SVR.
ISSUES
Transferring largest log takes 4 hours during work since 311MB file.
Logs not accessible until EOM, meaning 1st day of next month.
Logs cannot be transferred when backups are taking place.
MANUAL PSFTP (Putty) PROCEDURES
2x click PSFTP icon located at local path
psftp> open ip address
login as: x
x@ip address' password: y
psftp> cd SVR path
psftp> get file local path\file
psftp> exit
I figure that if I can manually transfer the logs using secure FTP, then
I can automate the process with batch processing.
I have played with WIN2K's MS-DOS commands; so I can call the psftp.exe,
but need to learn how to pass in variables to transfer the log files. I
must have the syntax wrong, any suggestions?
I appreciate your assistance in advance.
As silly as this sounds, this is my first time using a newsgroup.
My dilemma is that I don't have a computer science background, nor am I
a programmer. I would like to learn batch programming.
*I am looking for both a good reference for learning batch programming,
& an origin for the ensuing project:*
OBJECTIVE
Transfer 4 logs from Unix SVR to PC using TCP/IP. Then, from PC to
another SVR.
ISSUES
Transferring largest log takes 4 hours during work since 311MB file.
Logs not accessible until EOM, meaning 1st day of next month.
Logs cannot be transferred when backups are taking place.
MANUAL PSFTP (Putty) PROCEDURES
2x click PSFTP icon located at local path
psftp> open ip address
login as: x
x@ip address' password: y
psftp> cd SVR path
psftp> get file local path\file
psftp> exit
I figure that if I can manually transfer the logs using secure FTP, then
I can automate the process with batch processing.
I have played with WIN2K's MS-DOS commands; so I can call the psftp.exe,
but need to learn how to pass in variables to transfer the log files. I
must have the syntax wrong, any suggestions?
I appreciate your assistance in advance.