Hi!
As I started creating entries within .netrc file to automate the FTP process, I ran into a roadblock.
The name of the file I will FTP on the daily basis precedes with the current-date e.g. Jan122004-filename.zip.
How can I pass a variable filename entry with "put" command within .netrc file?
The other question I have is what is the difference between these two entries (!cd and lcd)within .netrc file?
machine ............
login .....
password ......
!cd /usr/lib
lcd /usr/lib
..
...
bye
Thanks,
hd7106
As I started creating entries within .netrc file to automate the FTP process, I ran into a roadblock.
The name of the file I will FTP on the daily basis precedes with the current-date e.g. Jan122004-filename.zip.
How can I pass a variable filename entry with "put" command within .netrc file?
The other question I have is what is the difference between these two entries (!cd and lcd)within .netrc file?
machine ............
login .....
password ......
!cd /usr/lib
lcd /usr/lib
..
...
bye
Thanks,
hd7106