Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: ftp script problem .. bad interpreter?

by davidj (Priest)
on Apr 18, 2005 at 09:31 UTC ( [id://448764]=note: print w/replies, xml ) Need Help??


in reply to ftp script problem .. bad interpreter?

This is most likely the result of a file with dos newline encoding being executed on a Unix machine. The easy way to fix it is to use the dos2unix command. It will change the newline encoding to the Unix format and the script should run fine.
dos2unix filename


davidj

Replies are listed 'Best First'.
Re^2: ftp script problem .. bad interpreter?
by Anonymous Monk on Apr 18, 2005 at 09:46 UTC
    Thanks DavidJ, much appreciated :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://448764]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-23 15:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found