mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
#88012 24/06/04 08:50 AM
Joined: Jun 2004
Posts: 3
V
VanVan Offline OP
Self-satisified door
OP Offline
Self-satisified door
V
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 ?! cool
5. I want do most simple example from you...i just want to upload one file...at one location...and thats all...

10x

#88013 24/06/04 09:28 AM
Joined: Jan 2004
Posts: 79
C
Babel fish
Offline
Babel fish
C
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!
#88014 24/06/04 10:43 AM
Joined: Jun 2004
Posts: 3
V
VanVan Offline OP
Self-satisified door
OP Offline
Self-satisified door
V
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 cool

#88015 24/06/04 10:59 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
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.

#88016 24/06/04 11:48 AM
Joined: Dec 2002
Posts: 397
A
Fjord artisan
Offline
Fjord artisan
A
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)


Need amazing web design for low price: http://www.matrixn3t.net
#88017 24/06/04 12:25 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
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.

#88018 24/06/04 12:48 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
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.

#88019 25/06/04 04:39 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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.

Last edited by KingTomato; 25/06/04 04:42 AM.

-KingTomato
#88020 25/06/04 07:24 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Just thought I may add the follwing links, in case anyone would need them:

#88021 25/06/04 09:23 AM
Joined: Jan 2004
Posts: 79
C
Babel fish
Offline
Babel fish
C
Joined: Jan 2004
Posts: 79
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.


My ally is the compiler, and a powerful ally it is!
#88022 25/06/04 09:25 AM
Joined: Jan 2004
Posts: 79
C
Babel fish
Offline
Babel fish
C
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!
#88023 25/06/04 11:48 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
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.

#88024 26/06/04 12:02 PM
Joined: Jan 2004
Posts: 79
C
Babel fish
Offline
Babel fish
C
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!
#88025 26/06/04 12:10 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
You want me to list every FTP client ever created then?

#88026 27/06/04 09:04 AM
Joined: Jun 2004
Posts: 3
V
VanVan Offline OP
Self-satisified door
OP Offline
Self-satisified door
V
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...

#88027 27/06/04 09:53 AM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
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.
#88028 27/06/04 09:57 AM
Joined: Dec 2002
Posts: 191
N
Vogon poet
Offline
Vogon poet
N
Joined: Dec 2002
Posts: 191
No one with any decency will help with a script like that.

#88029 27/06/04 10:24 AM
Joined: Jan 2004
Posts: 79
C
Babel fish
Offline
Babel fish
C
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 smile

BTW: Watchdog, it's getting off topic, so ok I'll stop the FTP clients talk here smile Sry for any misunderstandings :P


My ally is the compiler, and a powerful ally it is!
#88030 27/06/04 12:52 PM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
How does someone as paranoid and untrusting as you get a girlfriend?

#88031 29/06/04 06:02 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
*cough* spyware *cough*

People like you shouldn't have the privledge of being online.


-KingTomato
Page 1 of 2 1 2

Link Copied to Clipboard