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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ghath
  • Order by date
  1. ghath

    Simple VBS Script to backup laptop files to USB Memory stick or Network file share

    Thanks for your response. The Folder.CopyHere method looks ideal but I'm unsure how to incorperate it into my existing code? My VBS skills aren't great, any tips? Cheers
  2. ghath

    Simple VBS Script to backup laptop files to USB Memory stick or Network file share

    Hi Guys, I want to put a simple VBS script on laptop users desktops to run a backup to a choice of locations: a) USB memory stick (script to check if connected or b) Network file share. It would be good to set a silent logon script to check when the last backup was run, and to where and if...
  3. ghath

    Create a .SH script to download from external ftp to internal ftp and transfer to windows share...

    PHV, thanks for the post. I'm using Putty SSH to connect to the server and the above command isn't working, I assume this needs to be run on the local server? Is there a way of doing this through putty? Thanks
  4. ghath

    Create a .SH script to download from external ftp to internal ftp and transfer to windows share...

    Thanks for the last post, I have made the changes as you suggested and think I'm ready for testing. [neutral] I need help to debug the shell script in an effective way but have no idea how, I've heard that using the SH command is the most effective way but am finding this difficult to read up...
  5. ghath

    Create a .SH script to download from external ftp to internal ftp and transfer to windows share...

    Thanks Annihilannic, your posts are much appreciated. Here is the script as it stands, can you see any glaring mistakes before I start testing it on the unix server? Thanks #!/bin/bash # FTP settings HOST='example.co.uk' USER='user' PASSWD='password' TMPDOEVF='/ftp/ABCEVF/tmpdownload'...
  6. ghath

    Create a .SH script to download from external ftp to internal ftp and transfer to windows share...

    [smile]Please don't laugh. Here is what I have so far, it needs a lot more work. I'm just finding out from one of the senior helpdesk guys how the email EMAILMESSAGEEVF="/ftp/ABCEVF/ABCupemailmessageEVF.txt" file works as i haven't been able to find it on the server at that path! I'm hoping this...
  7. ghath

    Create a .SH script to download from external ftp to internal ftp and transfer to windows share...

    Thanks for your post above, I appreciate that the script already gives alot of clues but I'm a complete novice when it comes to creating a script from the begining and manipulating the above upload script to a downloads script is a daunting task and I have no idea where to start? I have been...
  8. ghath

    Create a .SH script to download from external ftp to internal ftp and transfer to windows share...

    Help! Please can anybody offer any direction, or if you need more information just ask? Thanks in advance
  9. ghath

    Create a .SH script to download from external ftp to internal ftp and transfer to windows share...

    Hi there, I hope you're good... I am new to linux commands and shell scripting and would like to create a .sh script on a linux server to download data from an external FTP site to our internal ftp site and then transfer the data to a share on a windows fileserver. i would also like to create...

Part and Inventory Search

Back
Top