I have this problem when I use the FileZilla and using port 990 ftp application all is good I can connect and can see the files. But now I'm try to create a batch file using dos command on my txt file is not successful.
Here's how i do it.
How can I tell my command to use port 990? or other way to do this.
Here's how i do it.
Code:
c:> ftp connect.abc.com Connected to connect.abc.om login: login123 331 Password required for login123 password: 123 Login password incorrect! Login failed. ftp>_
Comment