FTP to AS/400 connection closed
We switched from cable to Fios internet and FTP to 400 stopped working - getting "connection closed by remote host" - checked netstat and joblogs - what's wrong??
We switched from cable to Fios internet and FTP to 400 stopped working - getting "connection closed by remote host" - checked netstat and joblogs - what's wrong??
FTP in AS/400
I want to FTP some date from a PF in one system to another as400 box, Is thre an API which can help me out
I want to FTP some date from a PF in one system to another as400 box, Is thre an API which can help me out
FTP a zipped file to a client in a batch job from AS/400
I need to ftp a file to a client box from our as400. should I use FTP or FTPPUT? I have the client logon and password. My file is a zipped document coming from qdls/email with email being a folder. I have manually tried the ftpput. I get logged in and it accepts my password. the error from...
I need to ftp a file to a client box from our as400. should I use FTP or FTPPUT? I have the client logon and password. My file is a zipped document coming from qdls/email with email being a folder. I have manually tried the ftpput. I get logged in and it accepts my password. the error from...
I want to copy the IFS fIle from one directory to another file and i want to ftp that file
I want to copy the IFS fIle from one directory to another file and i want to ftp that file..I need a solution how to perform this??
I want to copy the IFS fIle from one directory to another file and i want to ftp that file..I need a solution how to perform this??
ftp in As400
OVRDBF FILE(OUTPUT) TOFILE(*LIBL/FTPSRC) + MBR(FTPLOG) FTP RMTSYS('123.4.5.678') DLTOVR FILE(INPUT OUTPUT) Can you let me know if the above code would write the FTP transmission...
OVRDBF FILE(OUTPUT) TOFILE(*LIBL/FTPSRC) + MBR(FTPLOG) FTP RMTSYS('123.4.5.678') DLTOVR FILE(INPUT OUTPUT) Can you let me know if the above code would write the FTP transmission...
Send Object
Dear , How i can send one object from One Server to another server please tell me step by step and which command is use Regards, SNK
Dear , How i can send one object from One Server to another server please tell me step by step and which command is use Regards, SNK
IFS maximum record size
I retrieved a file via FTP and placed it on the AS/400 IFS drive. Then when I viewed the data all the records wrapped at 4096 characters. Is this a system limit or is there a system config that can be changed to allow longer record lengths?
I retrieved a file via FTP and placed it on the AS/400 IFS drive. Then when I viewed the data all the records wrapped at 4096 characters. Is this a system limit or is there a system config that can be changed to allow longer record lengths?
FTP with RPG
I have a file which should be ftped to another server.I have the ftp script.Can you suggest 1.code to automatically ftp the file to another server 2.also to send email alerts using snddst if ftp fails.
I have a file which should be ftped to another server.I have the ftp script.Can you suggest 1.code to automatically ftp the file to another server 2.also to send email alerts using snddst if ftp fails.
How do I convert a Unix text file from IFS to a DB file on AS400?
I've got a flat text file that I want to convert from AS400 IFS to a Database file. First I want to convert to a flat file just to prove I can. The File is being Sent via FTP from Unix to AS400/IFS. Files have been sent in both unix txt format and MDOS format. Both files can be displayed on IFS no...
I've got a flat text file that I want to convert from AS400 IFS to a Database file. First I want to convert to a flat file just to prove I can. The File is being Sent via FTP from Unix to AS400/IFS. Files have been sent in both unix txt format and MDOS format. Both files can be displayed on IFS no...
Logical file update during FTP
When are the associated logical files updated when a physical file is receiving data via FTP?
When are the associated logical files updated when a physical file is receiving data via FTP?
AS400 FTP to Host ...Getting 530 Error Msgs ?
Im having a problem when i try to reach a host server via AS400 FTP. I have configured the host, the TCP interface, TCP route and start the connectiong. i can PING the remote host via the 400. when i start the FTP i get "connection established" when i try to log in i get the error msg "530 logon...
Im having a problem when i try to reach a host server via AS400 FTP. I have configured the host, the TCP interface, TCP route and start the connectiong. i can PING the remote host via the 400. when i start the FTP i get "connection established" when i try to log in i get the error msg "530 logon...
Append date to FTP file name
I want to append the date to the file name I am putting on the pc. I am using a cl batch program to process the files on a daily basis. The files are identified in a member in a source file. (PUT ftpdbf/filea filea102408.txt). The files from the 400 are created with a cpysplf command in various...
I want to append the date to the file name I am putting on the pc. I am using a cl batch program to process the files on a daily basis. The files are identified in a member in a source file. (PUT ftpdbf/filea filea102408.txt). The files from the 400 are created with a cpysplf command in various...
Secure file transfer
Can I do secure file transfer FTP/S or HTTPS, unattended on the as400, without a 3rd party package? Is the capability there?
Can I do secure file transfer FTP/S or HTTPS, unattended on the as400, without a 3rd party package? Is the capability there?
how can i see data of a savefile which i have transferred by ftp from my pc to as/400 system?
how to see contents of my data in save file i mean i want to see the actual data of my save file where i have sent data frpm my local pc's file.
how to see contents of my data in save file i mean i want to see the actual data of my save file where i have sent data frpm my local pc's file.
How to mirror two databases (PRD to DEV)?
HI, I am trying to mirror my DEV box data lib with Production box. Currently i am creating a save file and then i FTP it to DEV box and restore lib. Any other way to do this? FTP takes a lot of time to transfer so, any suggestions on fast transfers would also be helpful. thanks
HI, I am trying to mirror my DEV box data lib with Production box. Currently i am creating a save file and then i FTP it to DEV box and restore lib. Any other way to do this? FTP takes a lot of time to transfer so, any suggestions on fast transfers would also be helpful. thanks
FTP vs Webservices in AS400
We are planning to replace the FTP process with Webservices in AS400.Any inputs on the same will be appreciated.Also please let us know the Pros and Cons using webservices over FTP in AS400.
We are planning to replace the FTP process with Webservices in AS400.Any inputs on the same will be appreciated.Also please let us know the Pros and Cons using webservices over FTP in AS400.
how can i make a DisplayFile or a RPG program like WRKOBJ to see the objects and choose with a option (6 or 5) to send that objects by a FTP ?
Please, how can i make a DisplayFile or a RPG program like WRKOBJ to see the objects and choose with a option (6 or 5) to send that objects by a FTP ? I have a problem on my system, and I need see the objects like Workobj and choose this objects to send or no to a FTP server.
Please, how can i make a DisplayFile or a RPG program like WRKOBJ to see the objects and choose with a option (6 or 5) to send that objects by a FTP ? I have a problem on my system, and I need see the objects like Workobj and choose this objects to send or no to a FTP server.
FTP to a PC from the ISeries
I have read on numerous web sites that in order to FTP from the ISeries to a PC, that PC must have a FTP server running on it. Is that correct or is there a way around this?
I have read on numerous web sites that in order to FTP from the ISeries to a PC, that PC must have a FTP server running on it. Is that correct or is there a way around this?
How can I start a job on the AS/400 from a PC?
We receive files via FTP to an NT card on the AS/400. I can easily FTP from the NT card to the AS/400. Is there a way to start a job to be run on the AS/400 from the NT card or the IFS to process this file?
We receive files via FTP to an NT card on the AS/400. I can easily FTP from the NT card to the AS/400. Is there a way to start a job to be run on the AS/400 from the NT card or the IFS to process this file?


