January 16, 2002 at 3:11 pm
Does anyone know of a command line FTP program that will work with SQL 7.0?
I have a file that I am producing everyday that I need to FTP to a remote server. I would like to add this as the last step of my Job with the CMDEXEC command.
Thanks,
STeve
Steven R. Morrow
Steven R. Morrow
January 16, 2002 at 3:19 pm
Windows NT 4.0 and above have an FTP client at the command-line. Simply type ftp and you are at a basic ftp command-line interface just as with a Unix server. It does have the capability of executing a script file as well.
K. Brian Kelley
http://www.sqlservercentral.com/columnists/bkelley/
K. Brian Kelley
@kbriankelley
January 16, 2002 at 3:25 pm
Thanks for the tip.
Do you know if it will take Site specific commands like the following?
site lrecl=750 recfm=fb blksize=27750 unit=prod cylinders primary=5
secondary=5
Have a nice day,
Steve
Steven R. Morrow
Steven R. Morrow
January 16, 2002 at 4:01 pm
It may. I know if you issue literal, you can enter a site command, for instance site stats. Beyond that, I can't really speak of.
K. Brian Kelley
http://www.sqlservercentral.com/columnists/bkelley/
K. Brian Kelley
@kbriankelley
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply