Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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: Error with FTP between two Remote Servers

I'm not sure what you are trying to do. But this does not make any sense.
Do you want to automate the transfer? Or just do one-time upload?
RaviM

Error with FTP between two Remote Servers

ftp -n -i invftp.genworth.net <<EOF;user User007 Pass00word;cd /VALA/Current/Staging/;lcd /apps/powerc/RP/VALA/SessLogs/;put s_m_valtn.log;bye;EOF

I am trying to run the command above using WinSCP Command Line or Custom Command.The command does not fail but runs forever.
I don't have SCP or SFTP setup. So, I want to use only "FTP" command to export the files from one remote server to another remote server.

Please help me fix the issue and let me know if you need more details.

FYI - I was able to use Wget in command line to import the files into a remote server from another remote server without any issues.

Thank you,
Ravi