Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: [HELP]CAN'T CONNECT TO FTP SERVER

Please post a full log file showing the problem.
Mr.Antonis

[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