Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: FTP from UNIX server to Windows 2003 Server  (Read 2872 times)

0 Members and 1 Guest are viewing this topic.

lfrerker

  • Guest
FTP from UNIX server to Windows 2003 Server
« on: June 24, 2008, 12:45:15 PM »
I have read all the information under windows and Unix regarding ftping a file, but I can't seem to get it to work.  If I'm coming from a UNIX box, connecting to a Windows box do I perform UNIX commands or Windows commands?  I connect to the Windows box just fine, but I get errors when I attempt a put, get or send.  My goal is to perform this within a WebFOCUS program.  I've tried it from within the WF program, and from the UNIX prompt, with the same results -- I get errors stating that 'get', 'send', and 'put' are not recognized commands. Below is one of the syntaxes I've attempted within my WebFOCUS program:

Code: [Select]
UNIX cd /webfocus/
UNIX ftp ip address port#
UNIX put filename.xls p:/directory/filename.xls

Any help is greatly appreciated...I've been spinning my wheels way too long.  ???

Thanks,

Linda