通过 SFTP 发送逗号分隔的 CSV?
我正在网站上收集注册信息,需要弄清楚如何通过 SFTP 将存储在 MySQL 数据库(或其中一部分)中的所有数据作为 CSV 文件传递,以便我们的合作伙伴可以访问这些信息。这些页面是使用 PHP 构建的。
我真的不知道如何做到这一点,希望有人有这样做的经验。
提前致谢!
编辑
我不一定需要先存储信息 - 我试图获取注册过程中收集的所有值,将它们解析为 CSV 文件,然后以某种方式通过 SFTP 传送 CSV 文件。
编辑 #2 - 客户端的配置发生了变化,我们现在使用 FTPS gien FTPS 服务器、TCP 端口、用户名、密码、数据目录(ftp 模式是被动的)。关于如何使用 PHP 有什么建议吗?
I am collecting registration information on my site and need to figure out how to pass all data stored in the MySQL DB (or just portions of it) as a CSV file through an SFTP so our partners can access the information. The pages are built using PHP.
I literally have no idea how to do this and am hoping somebody has experience doing so.
Thanks ahead of time!
EDIT
I don't necessarily need to store the information first- I am trying to take all the values collected during an enrollment process, parse them as a CSV file, then deliver the CSV file through SFTP somehow.
EDIT #2 -
Configuration on client side changed and we are now using FTPS gien FTPS Server, TCP Port, username, password, data directory (ftp mode being passive). Any suggestions on how to approach using PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个非常好的 PHP 扩展来处理 SSH/SFTP。请参阅手册。
There is a really nice PHP extension to handle SSH/SFTP. See the manual.