- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ftp batch file to transfer file to Unix
Categories
Company
Local Language
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
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО03-08-2002 06:06 AM
тАО03-08-2002 06:06 AM
Ftp batch file to transfer file to Unix
I am looking for an ftp.bat file that will prompt the user for a file name, look in a specific directory on their PC and then automagically ftp it to the Unix server without them entering the ftp account and password.
I would like to then make this into an exe file so that they login credentials are not exposed and put it on their desktop.
Any suggestions, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2002 06:14 AM
тАО03-08-2002 06:14 AM
Re: Ftp batch file to transfer file to Unix
hi,
this link will help u
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83e45f260cafd4118fef0090279cd0f9,00.html
Vijeesh CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2002 06:19 AM
тАО03-08-2002 06:19 AM
Re: Ftp batch file to transfer file to Unix
If you wish to go further and create an executable, break out a development package. Alternatively, make the 'ftp' anonymous or perform a 'chroot' upon login to protect the files.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2002 06:21 AM
тАО03-08-2002 06:21 AM
Re: Ftp batch file to transfer file to Unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2002 06:26 AM
тАО03-08-2002 06:26 AM
Re: Ftp batch file to transfer file to Unix
Its been 10 yrs since I wrote a DOS Batch file with any form of input and logic. Try asking someone over 35 in your IT organisation, they may know how.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2002 10:36 AM
тАО03-08-2002 10:36 AM
Re: Ftp batch file to transfer file to Unix
All the user has to know is that anything placed in the OUT folder will be sent to the other server. You can then just use explorer to move the file into OUT or you can write a bat file which does a mv * OUT if you prefer DOS.
There is a commercial program ($40) called robo-ftp which might do what you want.
http://www.winsite.com/bin/Info?5000000038404
To download a demo/trial version.
Ron