![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How cgi(shell script) to receive the URL REQUEST from Front end (visual C++)? | ryanW | Shell Programming and Scripting | 0 | 03-31-2009 06:27 AM |
| Basic Shell script syntax help | vignesh53 | Shell Programming and Scripting | 2 | 02-05-2008 10:14 AM |
| unix shell basic | akagi07 | Shell Programming and Scripting | 1 | 11-27-2007 11:18 AM |
| need a quick basic shell script help | eb222 | Shell Programming and Scripting | 6 | 11-22-2007 09:00 AM |
| basic c-shell help | ayalex | Shell Programming and Scripting | 0 | 01-31-2006 10:22 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Using FTP mget from Visual Basic Shell
Hi calling a batch file with FTP commands from Visual basing with Shell, it basically to copy files then delete them.
The delete seems to work but the copy, it looks like the mget command doesn't have the complete information on where to copy the files. Here is the batch file content. Open 10.2.25.21 user mario mario2 cd /tmp/mario mget -i * pwd mdelete /tmp/mario/*.* Here is the VB Shell Private Sub Command8_Click() ret = Shell("ftp -i -n -s:c:\temp\ftp.bat", vbMaximizedFocus) End Sub Remote PC files are in: /tmp/mario Local PC Folder (I need to copy the files here) c:\temp\ Any help will be really appreciated. Thanks, Mario. |
| Bookmarks |
| Tags |
| ftp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|