mIRC Home    About    Download    Register    News    Help

Print Thread
#57530 25/10/03 11:12 PM
Joined: Dec 2002
Posts: 94
K
krunch Offline OP
Babel fish
OP Offline
Babel fish
K
Joined: Dec 2002
Posts: 94
any one got some examples of ftp via sockets


Lets get dirty
#57531 25/10/03 11:42 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
If you're only creating an uploading script, this tutorial will surely interest you.

#57532 25/10/03 11:48 PM
Joined: Sep 2003
Posts: 584
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
how about downloading script that downloads 1 file (.exe or .zip) ?

#57533 26/10/03 12:26 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
This should be very simple. Follow the above tutorial, and create a cmd.txt file that will be looking like:
  • open ftp.host.com
    username
    password
    cd folder
    get file.ext c:\save\to\file.ext
    quit
To know the switches of ftp.exe, open a DOS window and type ftp -? in the command line. When you're inside the program, you can type ? to view a list of commands you can use.

#57534 26/10/03 07:55 AM
Joined: Dec 2002
Posts: 94
K
krunch Offline OP
Babel fish
OP Offline
Babel fish
K
Joined: Dec 2002
Posts: 94
i've read that b4, and i've used it
but I'd like it on sockets

just for shits and giggles


Lets get dirty
#57535 26/10/03 10:07 AM
Joined: Dec 2002
Posts: 32
J
Ameglian cow
Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 32


am a big noob

Link Copied to Clipboard