mIRC Home    About    Download    Register    News    Help

Print Thread
#61461 22/11/03 05:28 PM
Joined: Nov 2003
Posts: 81
F
FMJ Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Nov 2003
Posts: 81
is possible to send a file to a site with ftp?

Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
answer: yes.


if you wanted more info:

1. use a ftp program for it, it's infinately easier than using mirc.
2. if you insist on using mirc, try some script websites like mircscripts.org to find one.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
Joined: Nov 2003
Posts: 81
F
FMJ Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Nov 2003
Posts: 81
thanks, I saw it but if there is someone that can help me?
I create file bash transfer.bat, file cmd.txt and alias transfer but it connect to server ftp, but doesn't transfer file...
HELP ME!!! crazy crazy

Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
CuteFTP can do what you whant.. Download it.. And read the help file !


mIRC Chm Help 6.16.0.3 Full Anchored!
Joined: Nov 2003
Posts: 81
F
FMJ Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Nov 2003
Posts: 81
yes, cuteFTP is a grat program for FTP but I would create an alias that upload a file automatically without users download and learn hot to use CuteFTP!!! frown

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
[Upload.bat]

FTP
OPEN <ftp.sitehere.com>
<password>
STOR %1
QUIT

--

Then call it from mirc like:
/run -n upload.bat C:\mytext.txt

If the file contains spaces, then you might use $shortfn:
/run -n upload.bat $shortfn(C:\Documents And Settings\...)



-KingTomato
Joined: Nov 2003
Posts: 81
F
FMJ Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Nov 2003
Posts: 81
it doesn't work... it open a ms-dos window and stop:
ftp>


Link Copied to Clipboard