PDA

View Full Version : upload from telnet to as400 server


ktn
07-29-2002, 02:04 PM
can anyone tell me if and how i can upload my file from my homeoffice computer to my as400 server at work using telnet. What are the put: commands any ideas
thank you for your time

hobbes
07-29-2002, 02:40 PM
Try doing ftp from DOS prompt instead of telnet:

ftp as400
# login with as400 username/password
put file.ext
close
quit

You can also use lots of different ftp software that have some nice interfaces to them (e.g., wsftp)

SneakyDave
07-29-2002, 06:42 PM
I would suspect that your company's as400 is behind a firewall so you may not be able to directly telnet into that system from home. You'd probably want to talk to a as400 networking expert at your company if it doesn't work for you.