|
Joined: Jun 2004
Posts: 3
Self-satisified door
|
OP
Self-satisified door
Joined: Jun 2004
Posts: 3 |
Hi there ! Make me some suggestions on that: 1. I have some file at some location, it doesn't really matter... 2. I have a ftp account on a remote machine... 3. I want to upload the file via mirc script to that ftp location... 4. I don't want to use ANY kind of third party soft like FTP.EXE or others...The mIRC should do that with sockets, right ?! 5. I want do most simple example from you...i just want to upload one file...at one location...and thats all... 10x
|
|
|
|
Joined: Jan 2004
Posts: 79
Babel fish
|
Babel fish
Joined: Jan 2004
Posts: 79 |
mIRC is just a program using the IRC protocol.
"Internet Relay CHAT"
Note that there is no FTP there. If you want FTP, get an ftp client; it will only make your life easier. Yeah I see that you said "i don't wanna use 3rd party software like FTP.EXE". Why though? Why make your life tougher?
My ally is the compiler, and a powerful ally it is!
|
|
|
|
Joined: Jun 2004
Posts: 3
Self-satisified door
|
OP
Self-satisified door
Joined: Jun 2004
Posts: 3 |
You are totaly wrong my friend... mIRC scripting can do that favor to you (uploading ftp), but you must know something about it... What's the point ? I want to upload my girlfriend's private messages to a ftp server where I can read them secretly
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
mIRC can be used for alot of things. For FTP though I recommend WS FTP, it's one of the best FTP programmes out there. If you don't want to pay you could try Coffee Cup but it's pretty rough. Two other freeware FTP clients are Internet Explorer and good ol' DOS.
|
|
|
|
Joined: Dec 2002
Posts: 397
Fjord artisan
|
Fjord artisan
Joined: Dec 2002
Posts: 397 |
3 really good ftp progs i have come accrossed out there are
smart ftp bullet proff ftp and cuteftp
those 3 are pretty good i like smart ftp of the 3
(yea i know u said no "3rd party software" but why the [censored] make your own when u can get one premade that thousand times better :P)
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
That was CMAD that metioned third party software. :tongue:
I tried CuteFTP once but just grew on WS FTP, they are both good though I think.
|
|
|
|
Joined: Dec 2002
Posts: 788
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 788 |
Since you mentioned that you dont wish to use any kind of third party software i've no idea why its being recommended..
However, you should not even attempt to code an FTP client unless you are EXTREMELY familiar with mIRC scripting and Sockets, you should also look at the FTP RFC regarding the protocol used..
but yes, it is possible and pretty simple once you get your head around how it works.
Eamonn.
|
|
|
|
Joined: Jan 2003
Posts: 3,012
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 3,012 |
Just use a batch file... Open notepad and put the following in it:
CD [color:green]C:\Folder\To\Files\To\Upload\[/color]
FTP
OPEN [color:red]ftp.server.com[/color]
[color:red]username[/color]
[color:red]password[/color]
TYPE A
STOR [color:green]filename.ext[/color]
QUIT
Replace the colored fields, and for the STOR-- that's what the names of the files you wish to upload are called. You can add more STOR lines if you wish. Now goto file menu, save as... Enter (including the quotes) "upload.bat" and save it in your mIRC directory. Now use /run -n upload.bat in mirc, and it will upload the files.
Last edited by KingTomato; 25/06/04 04:42 AM.
-KingTomato
|
|
|
|
Joined: Dec 2002
Posts: 1,922
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,922 |
Just thought I may add the follwing links, in case anyone would need them:
|
|
|
|
Joined: Jan 2004
Posts: 79
Babel fish
|
Babel fish
Joined: Jan 2004
Posts: 79 |
I know it can do it; and i know mIRC scripting... "my friend" But when there are already one hundred thousand FTP clients out there, scripting one is useless.
My ally is the compiler, and a powerful ally it is!
|
|
|
|
Joined: Jan 2004
Posts: 79
Babel fish
|
Babel fish
Joined: Jan 2004
Posts: 79 |
Oic, you should be banned from the internet for recommending IE as a "good" ftp client :P lol. Firefox is waaaay better than IE, esp as an FTP client.
BTW: Most times I use total commander as an ftp client; i find it great :P
My ally is the compiler, and a powerful ally it is!
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
Two other freeware FTP clients are Internet Explorer and good ol' DOS.
Another childish Bill Gates basher.... Where in the above sentence do I mention the term GOOD relate to IE? I could recommend others but I haven't used them, so that should settle things.
|
|
|
|
Joined: Jan 2004
Posts: 79
Babel fish
|
Babel fish
Joined: Jan 2004
Posts: 79 |
Mentioning them instead of others means that those are the two you'd use if you didn't have any other proper ftp client alternatives. (such as the ones you mentioned)
Oh and BTW: i never said DOS isn't good.
My ally is the compiler, and a powerful ally it is!
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
You want me to list every FTP client ever created then?
|
|
|
|
Joined: Jun 2004
Posts: 3
Self-satisified door
|
OP
Self-satisified door
Joined: Jun 2004
Posts: 3 |
I think you all just didn't understand me... I want mIRC to upload SECRET log, at a SECRET place, and this whole process must run totaly SECRET... No one should know about it...only me... I know the batch file method...and all the other ftp clients... But when I use them...the user who uses the computer will know about the FTP uploading at the moment...And that is not my idea... I just want to sniff my girlfriend's private messages... I have full access to her PC, but she knows that I can read all her mIRC logs, that's why she deactivates the mIRC logger...And then I can't read nothing...So, I want to modify her script to log all her privates to a secret log, and upload the file via FTP...
|
|
|
|
Joined: Feb 2004
Posts: 2,019
Hoopy frood
|
Hoopy frood
Joined: Feb 2004
Posts: 2,019 |
[irony] What a humble purpose. [/irony]
Perhaps you should just try to communicate with her, instead of trying to secretly spy on her. Just a thought...
Greets
Gone.
|
|
|
|
Joined: Dec 2002
Posts: 191
Vogon poet
|
Vogon poet
Joined: Dec 2002
Posts: 191 |
No one with any decency will help with a script like that.
|
|
|
|
Joined: Jan 2004
Posts: 79
Babel fish
|
Babel fish
Joined: Jan 2004
Posts: 79 |
I wouldn't do that script even for $1,000,000. It's so lame a purpose... Try to talk to her BTW: Watchdog, it's getting off topic, so ok I'll stop the FTP clients talk here Sry for any misunderstandings :P
My ally is the compiler, and a powerful ally it is!
|
|
|
|
Joined: Nov 2003
Posts: 228
Fjord artisan
|
Fjord artisan
Joined: Nov 2003
Posts: 228 |
How does someone as paranoid and untrusting as you get a girlfriend?
|
|
|
|
Joined: Jan 2003
Posts: 3,012
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 3,012 |
*cough* spyware *cough*
People like you shouldn't have the privledge of being online.
-KingTomato
|
|
|
|
|