I'm searching a lot, but don't find any documentations or examples.
How to replace file from one directory to another on ftp
server?
Any examples?
I'm searching a lot, but don't find any documentations or examples.
How to replace file from one directory to another on ftp
server?
Any examples?
There is no "move" command in the ftp protocol.
Check this one:
I'd recommend to use this library https://github.com/karelia/ConnectionKit to work with FTP on iOS. There are lot of examples in README file.