I am trying to copy the actual path of the file, FTP://100.20.75.35/test1/test1.txt, to the FTP://100.20.75.35/test
folder.
Are you able to view the file test1.txt
?
For example, assuming I have the file on my desktop, its full relative file location would be:
"Users/me/Desktop/test1.txt"
Do you have this information? Starting from the Users
directory?
We can even try one folder deeper to the C
directory:
"C:/Users/me/Desktop/test1.txt"
What you have is an image file, and not a text file. Does it matter? Does the file type matter?
Can you try with a text file?
Can you try:
source.fxp_to("C:/test1.txt", target, "C:/test", 'I')
Create the test1.txt
file first though to make sure it exists.
I don’t know what else to try. Hopefully someone else can chime in.
Or hopefully the OP can learn to do some of the work themselves.
2 Likes
@anna17 Please don’t delete your posts like that. It forces people to click the pencil to see what you said, which disrupts the flow of the conversation.