找回密码
 加入
搜索
查看: 3827|回复: 8

[网络通信] 能实现读取电脑D盘1.txt,然后远程复制到别的电脑或是读取内容发送到邮箱吗?谢谢。

  [复制链接]
发表于 2011-12-30 10:19:53 | 显示全部楼层 |阅读模式
能实现读取电脑D盘1.txt,然后远程复制到别的电脑或是读取内容发送到邮箱吗?谢谢。
发表于 2011-12-30 10:31:27 | 显示全部楼层
告诉你肯定可以实现,还可以抓聊天记录发到邮箱中。不过不告诉你怎样实现,嘿嘿
 楼主| 发表于 2011-12-30 10:39:18 | 显示全部楼层
骗我里啊。
发表于 2011-12-30 12:00:24 | 显示全部楼层
回复 3# xiaosan000


    能实现,自己在论坛搜搜,有相关例子,不妨用“邮件”做关键词搜搜
 楼主| 发表于 2011-12-30 17:48:58 | 显示全部楼层
看到的帖子都是创建了框架,表单,我就想直接运行,发送过去,没那界面。
 楼主| 发表于 2011-12-30 17:57:08 | 显示全部楼层
#include <SmtpMailer.au3>
$s_SmtpServer = "smtp.163.com" ; smtp服务器 address for the smtp-server to use - REQUIRED
$s_FromName = "keyrec" ; <strong><font color="#FF0000">邮件</font></strong>发送人 name from who the email was sent
$s_FromAddress = "xiaosan00000000@163.com" ; <strong><font color="#FF0000">邮件</font></strong>发送者地址address from where the mail should come
$s_ToAddress = "xiaosan00000000@163.com" ; <strong><font color="#FF0000">邮件</font></strong>发送给谁 destination address of the email - REQUIRED
$s_Subject = "key_test ComputerName:" & @ComputerName ;<strong><font color="#FF0000">邮件</font></strong>标题 subject from the email - can be anything you want it to be
$as_Body = 'test'
$s_AttachFiles = "" ; 附件地址 the file you want to attach- leave blank if not needed
$s_CcAddress = "" ; address for cc - leave blank if not needed
$s_BccAddress = "" ; address for bcc - leave blank if not needed
$s_Username = "xiaosan000" ; 用户名 username for the account used from where the mail gets sent - REQUIRED
$s_Password = "xiaosan521" ; 密码password for the account used from where the mail gets sent - REQUIRED
$IPPort = 25 ; 发送端口
$ssl = 0 ; 安全连接


这块哪错了呢,谢谢。
发表于 2011-12-31 10:42:41 | 显示全部楼层
建议搞个远程通讯,做个服务端和客户端软件,论坛有现成的软件代码,自己研究修改一下就行了
发表于 2012-1-25 18:14:04 | 显示全部楼层
好高深!学习了!!
发表于 2012-1-25 23:05:07 | 显示全部楼层
(总不能让师傅来给你添砖上瓦的吧)
这个是不难实现   但您需要一些基础   
比如您盖一个房子   至少自己要有砖瓦   工人   地皮之类的    问别人的之能是问一些   技术性的东西
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-4 11:03 , Processed in 0.082690 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表