on 2009 Jan 27 7:57 AM
Hi All,
I run the SE38 --> RSFTP002
and putting below parameters
User: ENGO
Pass: xxxxx
Host: 195.212.13.22 10001
Command: put c:/ftp.txt /In_test/ftp.txt
it takes 10 minutes when execute and got bellow error.
Execute FTP Command
put c:/ftp.txt /In_Test/ftp.txt
NIECONN_BROKEN:TCP/IP Network Connection Broken in getreply()
TCP/IP error, connection terminated
FYI .... i m facing this issue in my office LAN while it is working fine when i execute it from my home mean
different connection(DSL).
how can i resolve this issue and where is fault?
advance thanks,
majamil
Hello, I have had the exact same problem.
To fix it, use the following command:
"set passive on"
The reason is articulated in http://slacksite.com/other/ftp.html .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This message was moderated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
still does not resove this issue...
thanks for replying
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Majamil,
Is the IP address given available in your office LAN? Are you able to ping that IP address?
I hope the firewall is aso not blocking the required FTP port.
Please check the above and if solved, mark the question as answered
Regards,
Veera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Veer R;
Is the IP address given available in your office LAN?
Basically the FTP server exist in out of city and also that is on Live IP.
Are you able to ping that IP address?
ping request result is Timeout continuously while FTP server(ftp://195.212.13.22:10001) opened successfully in IE and i can access all folders which are on FTP server.
firewall is not disturbing to FTP port.
all parameters in variant are following
User: ENGO
Pass: xxxxx
Host: 195.212.13.22 10001
Command: put c:/ftp.txt /In_test/ftp.txt
FRC Destination: SAPFTP
Compress: N
regards,
Hi All,
there is not proxy implemented in my LAN. i simply purchased a DSL connection and DSL model is connected with LinkSys Router and Static IP assigned to laptops we did not define any proxy on it....
FYI.... i remotely access a system from other company where from ping to 195.212.13.22 is replying and also accessible the FTP server. when i execute same SE38 process then i got same error and sometime got Invalid Arguments.
Abaper is executing successfully above process from their home.... i m in trouble because if abaper is doing any mistake in program then this FTP program did not execute from anywhere.. and if there is any network issue then above program did not execute from anywhere..
waiting good response
regards,
majamil
Hi ,
Dear, there are execution and output following:
put c:\ftp.txt \In_test\ftp.txt
and
put c:/ftp.txt /In_Test/ftp.txt
Execute FTP Command
put c:\ftp.txt \In_Test\ftp.txt
NIECONN_BROKEN:TCP/IP Network Connection Broken in getreply()
TCP/IP error, connection terminated
and some time i got this error,
Execute FTP Command
put c:/ftp.txt /In_Test/ftp.txt
open c:/ftp.txt errno 22: Invalid argument
about your workstation firewall.
Firewall is Disable in client end and also server end.
Is it allowing the program SAPFTP to execute
when i put SAPFTP in run then i executed mean it display FTP prompt.
Did you check your SAPFTP RFC using RSFTP005?
SA38 --> RSFTP005
SAPFTP check
Check RFC destination SAPFTP..
... OK.
Ping RFC destination SAPFTP...
... OK.
Check RFC destination SAPFTPA.
... OK.
Ping RFC destination SAPFTPA..
... OK.
and also check from SM59 where connection test completed successfully.
regards,
Dear Majamil,
Can you try this instead of your original command and tell me?:
User: ENGO
Pass: xxxxx
Host: 195.212.13.22 21
Command: put c:/ftp.txt /In_test/ftp.txt
What I am trying here is to replace the port 10001 with the default ftp port 21. The FTP Server software that you have configured might be listening to the default port 21. Just wanted to check that.
Regards,
Veera
User | Count |
---|---|
67 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.