mIRC Homepage
Posted By: VanVan FTP Uploading w/mIRC - 24/06/04 08:50 AM
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 ?! cool
5. I want do most simple example from you...i just want to upload one file...at one location...and thats all...

10x
Posted By: cmad Re: FTP Uploading w/mIRC - 24/06/04 09:28 AM
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?
Posted By: VanVan Re: FTP Uploading w/mIRC - 24/06/04 10:43 AM
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 cool
Posted By: Watchdog Re: FTP Uploading w/mIRC - 24/06/04 10:59 AM
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.
Posted By: ATMA Re: FTP Uploading w/mIRC - 24/06/04 11:48 AM
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)
Posted By: Watchdog Re: FTP Uploading w/mIRC - 24/06/04 12:25 PM
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.
Posted By: Coolkill Re: FTP Uploading w/mIRC - 24/06/04 12:48 PM
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.
Posted By: KingTomato Re: FTP Uploading w/mIRC - 25/06/04 04:39 AM
Just use a batch file...

Open notepad and put the following in it:

Code:
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.
Posted By: Online Re: FTP Uploading w/mIRC - 25/06/04 07:24 AM
Just thought I may add the follwing links, in case anyone would need them:
Posted By: cmad Re: FTP Uploading w/mIRC - 25/06/04 09:23 AM
I know it can do it; and i know mIRC scripting... "my friend" wink

But when there are already one hundred thousand FTP clients out there, scripting one is useless.
Posted By: cmad Re: FTP Uploading w/mIRC - 25/06/04 09:25 AM
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
Posted By: Watchdog Re: FTP Uploading w/mIRC - 25/06/04 11:48 AM
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.
Posted By: cmad Re: FTP Uploading w/mIRC - 26/06/04 12:02 PM
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.
Posted By: Watchdog Re: FTP Uploading w/mIRC - 26/06/04 12:10 PM
You want me to list every FTP client ever created then?
Posted By: VanVan Re: FTP Uploading w/mIRC - 27/06/04 09:04 AM
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...
Posted By: FiberOPtics Re: FTP Uploading w/mIRC - 27/06/04 09:53 AM
[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
Posted By: Nobodi Re: FTP Uploading w/mIRC - 27/06/04 09:57 AM
No one with any decency will help with a script like that.
Posted By: cmad Re: FTP Uploading w/mIRC - 27/06/04 10:24 AM
I wouldn't do that script even for $1,000,000. It's so lame a purpose... Try to talk to her smile

BTW: Watchdog, it's getting off topic, so ok I'll stop the FTP clients talk here smile Sry for any misunderstandings :P
Posted By: Seifer Re: FTP Uploading w/mIRC - 27/06/04 12:52 PM
How does someone as paranoid and untrusting as you get a girlfriend?
Posted By: KingTomato Re: FTP Uploading w/mIRC - 29/06/04 06:02 AM
*cough* spyware *cough*

People like you shouldn't have the privledge of being online.
Posted By: CtrlAltDel Re: FTP Uploading w/mIRC - 29/06/04 06:18 AM
1. Open Internet Explorer
2. Click on Tools
3. Click on Internet Options...
4. Tab over to Security
5. Click on Restricted Sites
6. Click on Sites
7. Where is says "Add this website to the zone" enter
https://forums.mirc.com/ubbthreads.php
8. Click on Add then Ok twice
9. Close Internet Explorer
Posted By: Watchdog Re: FTP Uploading w/mIRC - 29/06/04 07:00 AM
What ever happened to that thing called trust? Not only do you obviously not trust your woman but you are going to very untrustworthy attempts to make sure she is. Perhaps you don't deserve her trust to begin with.
© mIRC Discussion Forums