I Can't move file to sftp
-
Hi! I connected to the sftp. Connection exists, i’ve checked. Then I’m trying to move file to the sftp. Code is
$sftp->move($local_filename, $server_filename)
Where $local_file_name is local path to the file and $server_filename is ‘/’.
Am I doing something wrong? Please advise something.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘I Can't move file to sftp’ is closed to new replies.