Can't connect to FTP site
It can be connect properly using the dialog version , but have problem when it come to script
below is my script
open [user]:[pwd]@ftp.myhost.com
It return "Network Error: Connection Refused
Then I try again:
open ftp://[user]:[pwd]@ftp.myhost.com
This time it return "Connection Failed"
Please help.
below is my script
open [user]:[pwd]@ftp.myhost.com
It return "Network Error: Connection Refused
Then I try again:
open ftp://[user]:[pwd]@ftp.myhost.com
This time it return "Connection Failed"
Please help.