[HELP]CAN'T CONNECT TO FTP SERVER
Pliss help me..
My Script can't automated transfer to FTP server
this my script:
option batch abort
option confirm off
open ftp://Arif:arif@192.168.26.254:21
cd /home/FTP-Account/TataUsaha/RI
put C:\Backup\
close
exit
iam confuse where my script wrong
if i script change to
option batch abort
option confirm off
open Arif:arif@192.168.26.254
cd /home/FTP-Account/TataUsaha/RI
put C:\Backup\
close
exit
i have to install SSH which will be sftp. but i do not want to use sftp
if you can help me so that I can run the script on the ftp no sftp?
thanks before
regards
Mr.Antonis
My Script can't automated transfer to FTP server
this my script:
option batch abort
option confirm off
open ftp://Arif:arif@192.168.26.254:21
cd /home/FTP-Account/TataUsaha/RI
put C:\Backup\
close
exit
iam confuse where my script wrong
if i script change to
option batch abort
option confirm off
open Arif:arif@192.168.26.254
cd /home/FTP-Account/TataUsaha/RI
put C:\Backup\
close
exit
i have to install SSH which will be sftp. but i do not want to use sftp
if you can help me so that I can run the script on the ftp no sftp?
thanks before
regards
Mr.Antonis