In version 2.4 you can use FTPCommand statement to set the remote working directory. However this is useless because every FTP operation runs in its own session. This change will not have any effect on subsequent FTP operations. All FTP statements can work with both absolute or relative files names. So there is no real need to change the remote directory, just specify correct file path in file names, for example FTPGetFile "server", "user", "password", "/home/dir1/dir2/myfile.txt", "c:\\data\\myfile.txt" : Is there a way within 24x7 to issue a command to change the remote working : directory (CD command)? : Thank You.
|