HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP problem from windowsNT to Unix box
Operating System - HP-UX
1833065
Members
2699
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 10:38 AM
05-14-2003 10:38 AM
FTP problem from windowsNT to Unix box
FTP problem from windowsNT to Unix box
i have the program which download the files
trough FTP from an windows server ( NT 4.0 SVCpack - 6A, IIS 4.0)
to the unix box (HP-UX 11.0)
during the download , some times ( 1 out of 100)
my fTP is just hangs, when ever it try to ownload a file.
( in that case , i have to kill the job and remove that file
name from the download list, and start the job again . )
It is not doing all the times.
this is the program (FTP part ) , i am using on the UNIX side.
{
echo "open $SERVER
user $USER $PASS
$TMODE
cd XYZ
cd Output
case on
get $FILE.txt $FILE.txt
close"
} | ftp -i -n
1. is there any way , that i can get around this ?
2. can i buy pass the file , if it is taking more than 5 min ?
keeping you ahead of the learning curve
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 10:54 AM
05-14-2003 10:54 AM
Re: FTP problem from windowsNT to Unix box
Hi:
You might try establishing a 'timeout data' value in the 'etc/ftpaccess' coinfiguration file. Have a look at the 'ftpaccess(4) man pages for more information.
Regards!
...JRF...
You might try establishing a 'timeout data' value in the 'etc/ftpaccess' coinfiguration file. Have a look at the 'ftpaccess(4) man pages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 11:30 AM
05-14-2003 11:30 AM
Re: FTP problem from windowsNT to Unix box
Hi,
You could try adding the hash command in the ftp script think $TMODE is used for asci or binary it somtimes helps to bypass timeouts.
{
echo "open $SERVER
user $USER $PASS
$TMODE
hash
cd XYZ
cd Output
case on
get $FILE.txt $FILE.txt
close"
} | ftp -i -n
Hope it helps,
Robert-Jan.
You could try adding the hash command in the ftp script think $TMODE is used for asci or binary it somtimes helps to bypass timeouts.
{
echo "open $SERVER
user $USER $PASS
$TMODE
hash
cd XYZ
cd Output
case on
get $FILE.txt $FILE.txt
close"
} | ftp -i -n
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:04 AM
05-15-2003 04:04 AM
Re: FTP problem from windowsNT to Unix box
It verifies the configuration of the adapter netowrk (NIC)must be configured being based on switch . Autonegotiation, Speed
@lex
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP