Two questions pertaining to a FTP Batch upload script I'm working on.
1) My log-in script is failing even though I know my credentials are valid. Any suggestions about this code snippet?
open ftp.mydomainname.com user (ftp.mydomainname.com:(none)):[email protected] password:mypassword
2) This is just a general question about FTP scripts. If I don't specify a "lcd" will the script assume when I say "put" that it's supposed to get the file from the directory the script lives in, or must I specify the directory with a "lcd"?