asp.net 如何将图片从域上传到子域

How to upload images from domain to sub domain in asp.net

我想以编程方式将图像从域 example.com 移动到 img.example.com。

请给我一些有用的资源来帮助我解决问题

首先创建一个FTP帐户,然后使用FTP复制图像查看以下文章:

How to copy a file on an FTP server?

Uploading Files to FTP Server programmatically in ASP.Net using C# and VB.Net