Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Running Script  (Read 5601 times)

0 Members and 1 Guest are viewing this topic.

Salmon Trout

  • Guest
Re: Running Script
« Reply #15 on: December 12, 2009, 09:18:03 AM »
I wondered about cygwin too.

sya

    Topic Starter


    Greenhorn

    Re: Running Script
    « Reply #16 on: December 12, 2009, 08:28:35 PM »
    ghostdog, i'm actually being a client for this one server.
    what i do is to telnet a server, then from there i go into ftp server to do downloading certain files. in order to go into the ftp server and thus do downloading, i usually run a prepared script saved in ftp client. again, my command line is sumthing like below:

    telnet XXX.XXXX.XXXX.XXXX [ip address of server]
    script.sh

    usually, files will appear in the ftp client and i can download it into my pc.
    but now, what happened was that i couldnt even run the script as error saying "permission denied" appears.
    hopefully u can get what i mean. ;)