Ok does anyone see something wrong with this? I am trying to have it upload the who 2 html snippet (slightly modified) from the ftp site It goes fine manually. But freezes when it goes into ftp system("ftp -n members.home.net"); /* The -n is because I can't get it to work without -- but works with -n manually */ system("user"); system("medievalconquest"); system("****"); /* Password would replace **** */ system("send c:/mud/public-html/who.html"); system("quit"); Oh yeah I'm on win 95 with Cygwins' Bash shell Thanks -- Luke Waite -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/03/01 PST