Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by staffordwarren

  1. staffordwarren

    Need help with FTP script

    Actually, I read up a little over the weekend on ftp, and I think I can get what I need by using the mget command.<br><br>thanks for your suggestions.
  2. staffordwarren

    Need help with FTP script

    I want to create a script that gets a file from a Unix server and moves it to my Sun box each night.<br>I currently have a script that looks like this:<br><br>ftp -n -v &lt;&lt; EndFTP<br>open &lt;system name&gt;<br>user &lt;user/pwd&gt;<br>ascii<br>cd sales_reports<br>get...

Part and Inventory Search

Back
Top