Hi all
i am trying to copy file using FTP, when i am trying to copy it is copying to folder where i am running the script , instead of this i want to copy the file in anohter pc (not mine, not where i FTP,)
i am using the following code
#$ftp->get($name, '172.24.185.90/Builds/') or warn "Could not get $_, skipped: $!";
but here i am getting error that direcotry does not exists
your help we be apprecitated
i am trying to copy file using FTP, when i am trying to copy it is copying to folder where i am running the script , instead of this i want to copy the file in anohter pc (not mine, not where i FTP,)
i am using the following code
#$ftp->get($name, '172.24.185.90/Builds/') or warn "Could not get $_, skipped: $!";
but here i am getting error that direcotry does not exists
your help we be apprecitated
Comment