简体   繁体   中英

put file on ftp server in objective-c

I know how to get a file from a ftp server, with the method dataWithContentsOfURL. Now I want a put a file on the ftp server, how I can do this?

ConnectionKit

NSOutputStream's -initWithURL: might also let you do this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM