![]() |
|
|
|
|
|||||||
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Posting a file from Unix to URl | PoojaM | UNIX for Advanced & Expert Users | 1 | 05-06-2008 02:57 AM |
| FTP Connection | mungaz | Security | 0 | 05-23-2006 10:48 AM |
| Posting to a log file in KSH | sidamin810 | Shell Programming and Scripting | 2 | 07-26-2005 06:57 AM |
| posting a file | sannu | Shell Programming and Scripting | 1 | 09-06-2004 03:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
File posting through FTP connection
Hi,
I am posting a file to a remote directory using FTP connect. Its a table that I am copying to an excel format, pasting that file to a server location and then taking that file from this location to copy it to the remote directoty location. The file gets copied successfully but while opening it "File is corrupt" message comes. I tried putting a test excel at the server location (thinking there might be any problem with the excel I am making out of the grid contents) but that is also not opening. If I copy a txt document that is opening. So some binary conversion related problem is there. Or any other information required. Pease let me know. Thanks a lot, Komal |
| Forum Sponsor | ||
|
|
|
|||
|
FTPClient
Quote:
U can transfer file by using # ftp ipno. # bin # mget filename # mput filename #bye When u want open some file u need spl editors that could open only in Xwindow mode. Better use ftp as a file transfer only. For opening of files use telnet connection. for user frndly we have gftp is available #gftp It will open a window to transfer files pls tell me how to post a new Question in this forum. give the link or any button. |