Jump to content

Rename directory with FTP function


Recommended Posts

Hello,

I want to rename a FTP directory with an Autoit Script.

The _FTP_FileRename work with a file but doesn't work with a directory.

I tried also to do it in command line with _FTP_Command but it doesn't work.

FTP_Command($Conn,"RNFR "&"old"&@crlf)
sleep(100)
_FTP_Command($Conn,"RNTO "&"new"&@crlf)

Can you help me ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...