thekilebantick61
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
'Ello.
Before i was using the Web Provider 'Byethost', and this CMD application i used to automatically log in, worked fine.
This was the batch file, give or minus login details.
echo off
echo ftpusernamehere@sitenamehere.x10.mx>> upload.txt
echo passwordhere >> upload.txt
ftp -s:upload.txt ftp.yoursitehere.x10.mx
pause
That would log me in, and then let me do whatever.
However, with x10 (Instead of byethost), it says that the Username is OK, however it asks for the password (Which is echoed into the second line) and then won't accept it. I mean, it just won't see that there's a password there.
Can someone with knowledge on this, provide a little bit of help?
Cheers
---------- Post added at 05:17 AM ---------- Previous post was at 04:26 AM ----------
Could there be a different format required for all of this?
The ftp -s:config.text command requires a
username
password
Any other commands here, and below here
Type format.
What do
---------- Post added at 05:53 AM ---------- Previous post was at 05:17 AM ----------
It would seem that x10 Hosting doesn't allow automated logins via CMD/Batch.
What a bloody stupid thing to block
?
I'm off to find another host guys, this is a bit silly...
Before i was using the Web Provider 'Byethost', and this CMD application i used to automatically log in, worked fine.
This was the batch file, give or minus login details.
echo off
echo ftpusernamehere@sitenamehere.x10.mx>> upload.txt
echo passwordhere >> upload.txt
ftp -s:upload.txt ftp.yoursitehere.x10.mx
pause
That would log me in, and then let me do whatever.
However, with x10 (Instead of byethost), it says that the Username is OK, however it asks for the password (Which is echoed into the second line) and then won't accept it. I mean, it just won't see that there's a password there.
Can someone with knowledge on this, provide a little bit of help?
Cheers
---------- Post added at 05:17 AM ---------- Previous post was at 04:26 AM ----------
Could there be a different format required for all of this?
The ftp -s:config.text command requires a
username
password
Any other commands here, and below here
Type format.
What do
---------- Post added at 05:53 AM ---------- Previous post was at 05:17 AM ----------
It would seem that x10 Hosting doesn't allow automated logins via CMD/Batch.
What a bloody stupid thing to block
I'm off to find another host guys, this is a bit silly...