Timeline for Scripting a file move on an FTP Server
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:39 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Mar 31, 2017 at 13:18 | comment | added | Danny | Thanks for the suggestion, though, I'm trying to move files within the same ftp server. For example, I downloaded file yyy from the server but now I need to move it to an archive directory. I need a way to script the move without knowing the file names. | |
| Mar 30, 2017 at 22:18 | history | edited | enconn | CC BY-SA 3.0 | added 17 characters in body |
| Mar 30, 2017 at 22:15 | comment | added | enconn | "The rename command does not support wildcards." - stackoverflow.com/questions/31180849/… "For example, to retrieve files named myfile1, myfile2, and myfile3 from another computer, at the FTP prompt, enter: mget myfile?" - kb.iu.edu/d/aceu It appears that you can use a ? as a single character wildcard, try that. | |
| Mar 30, 2017 at 20:34 | comment | added | Danny | Unfortunately that doesn't work. 'Requested action not taken. File unavailable (file not found or no access).' I have access to the file as I can explicitly name the file to be renamed and it works. The wildcard is what I believe is not working. | |
| Mar 30, 2017 at 20:28 | history | undeleted | enconn | ||
| Mar 30, 2017 at 20:28 | history | edited | enconn | CC BY-SA 3.0 | added 44 characters in body |
| Mar 30, 2017 at 20:24 | history | deleted | enconn | via Vote | |
| Mar 30, 2017 at 20:22 | history | answered | enconn | CC BY-SA 3.0 |