Upload to FTP - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Upload to FTP (/showthread.php?tid=67993) Upload to FTP by SnuZZer on 11-03-2006 at 01:32 PM
Hi. RE: Upload to FTP by ins4ne on 11-03-2006 at 01:34 PM use SmartFTP (or any other ftp client) and login to your ftp account. then you should have no problems to upload your files. just drag and drop them into the program and they will be uploaded RE: Upload to FTP by SnuZZer on 11-03-2006 at 01:37 PM
Hi. RE: Upload to FTP by ins4ne on 11-03-2006 at 01:39 PM ah k sorry didnt pay attention to the subforum you posted in RE: Upload to FTP by Felu on 11-03-2006 at 01:41 PM RE: Upload to FTP by SnuZZer on 11-03-2006 at 01:45 PM
Hi. RE: Upload to FTP by rob_botch on 11-03-2006 at 06:47 PM There are two other scripts that I know of which use FTP upload: Status2FTP and my AnswerPhoneFTP. The good thing about the scripts engine is that you can read other people's code and learn from it. RE: Upload to FTP by SnuZZer on 11-03-2006 at 08:55 PM
Hi. RE: Upload to FTP by rob_botch on 11-03-2006 at 09:00 PM
OK. Please forgive me if this is wrong in any way! This is ripped from my script. code: To open a connection: code: And to upload: code: Hope this helps Robert RE: Upload to FTP by SnuZZer on 11-04-2006 at 09:11 AM
Hi. |