//greg
10/29/2025, 11:02 PMCeligo AI
10/29/2025, 11:02 PMAI generated answer (using internal Slack threads):The
FTP_INVALID_MOVE error in NetSuite typically indicates that there's an issue with the way you're trying to move files in your SFTP operations. This could be due to a variety of reasons such as incorrect file paths, permissions issues, or trying to move a file that doesn't exist.
Here are a few things you could check:
1. File Path: Ensure that the file path you're using is correct. This includes the directory and the filename. If you're using relative paths, make sure they're relative to the correct base directory.
2. File Existence: Check if the file you're trying to move actually exists in the location specified. The FTP_INVALID_MOVE error could occur if you're trying to move a file that doesn't exist.
3. Permissions: Make sure that the user you're using for the SFTP operations has the necessary permissions to move files in the specified directories.
4. Code: Review your code to ensure that you're using the correct functions and parameters for moving files.
Remember to always handle errors in your code to ensure that any issues are logged and can be debugged easily.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/29/2025, 11:02 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.784240782
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.783142209
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.779052794
Celigo AI
10/29/2025, 11:02 PM